summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--vnc.py1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de26f1bb3..fd2eb9b60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-15 Chris Lumens <clumens@redhat.com>
+
+ * vnc.py: Import iutil (#191548).
+
2006-05-12 David Cantrell <dcantrell@redhat.com>
* gui.py: Moved a lot of the release notes viewer code to the new
diff --git a/vnc.py b/vnc.py
index 665a29519..f9b3d2e14 100644
--- a/vnc.py
+++ b/vnc.py
@@ -20,6 +20,7 @@ from rhpl.translate import _, N_
import network
import isys
import product
+import iutil
import logging
log = logging.getLogger("anaconda")