summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorDavid L. Cantrell Jr <dcantrell@redhat.com>2008-01-03 11:27:29 -1000
committerDavid L. Cantrell Jr <dcantrell@redhat.com>2008-01-03 11:27:29 -1000
commitb0a1717477ff906f925669eeb50d919d24201aa0 (patch)
tree99164d0652736d91dcc67e25797e9fe132060e99 /image.py
parentf613f96036d9ad74b7ed08a37a92e50ea46dc5f4 (diff)
downloadanaconda-b0a1717477ff906f925669eeb50d919d24201aa0.tar.gz
anaconda-b0a1717477ff906f925669eeb50d919d24201aa0.tar.xz
anaconda-b0a1717477ff906f925669eeb50d919d24201aa0.zip
Import sets if we're going to use it.
Patch from Jesse Keating <jkeating@redhat.com>
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 b2c1c3f37..6beedf324 100644
--- a/image.py
+++ b/image.py
@@ -18,7 +18,7 @@
#
import isys
-import os, os.path, stat, string, sys
+import os, os.path, stat, string, sys, sets
from constants import *
import rhpl