From e2e2ddb33b4e187d3a3a0403ed1a628ddfabd253 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 13 Oct 2011 17:05:53 +0200 Subject: [PATCH] add missing import Signed-off-by: Steven Armstrong --- bin/cdist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cdist b/bin/cdist index fae83ff1..88cdf399 100755 --- a/bin/cdist +++ b/bin/cdist @@ -114,6 +114,8 @@ def configinstall(args, mode): time_start = time.time() + import cdist.context + for host in args.host: context = cdist.context.Context( target_host=host,