summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-05 11:55:52 -0400
committerChris Lumens <clumens@redhat.com>2008-06-05 11:55:52 -0400
commitfcc4c9316071c8f885bb5f4e02b5d6fc7b035cc6 (patch)
treeb57a58d09c001dcdddc263cc02660f48c6a1440b /image.py
parent76c2c1d105376d5697d4a7bc4a08e8983c1bf168 (diff)
downloadanaconda-fcc4c9316071c8f885bb5f4e02b5d6fc7b035cc6.tar.gz
anaconda-fcc4c9316071c8f885bb5f4e02b5d6fc7b035cc6.tar.xz
anaconda-fcc4c9316071c8f885bb5f4e02b5d6fc7b035cc6.zip
Need to import iutil before we use it.
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
#
-import isys
+import isys, iutil
import os, os.path, stat, string, sys, sets
from constants import *