From fcc4c9316071c8f885bb5f4e02b5d6fc7b035cc6 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 5 Jun 2008 11:55:52 -0400 Subject: Need to import iutil before we use it. --- image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.py b/image.py index 38de72c5b..0b56c167f 100644 --- a/image.py +++ b/image.py @@ -17,7 +17,7 @@ # along with this program. If not, see . # -import isys +import isys, iutil import os, os.path, stat, string, sys, sets from constants import * -- cgit