From 741127163d35906d1db1b55ccd557944ec650c37 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 19 Dec 2011 23:38:40 -0500 Subject: fix missing import for use of close_stdin revision 490 missed some required imports. --- cloud-init-cfg.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloud-init-cfg.py') diff --git a/cloud-init-cfg.py b/cloud-init-cfg.py index de221ec7..2930cd88 100755 --- a/cloud-init-cfg.py +++ b/cloud-init-cfg.py @@ -19,6 +19,7 @@ import sys import cloudinit +import cloudinit.util as util import cloudinit.CloudConfig as CC import logging import os -- cgit v1.2.3