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 b57d8f87e..58b3a6977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-18 David Cantrell <dcantrell@redhat.com>
+
+ * vnc.py: import socket
+
2007-04-18 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (AnacondaYum.doConfigSetup): No good reason to not
diff --git a/vnc.py b/vnc.py
index 6f5c7ec30..c6812db0a 100644
--- a/vnc.py
+++ b/vnc.py
@@ -23,6 +23,7 @@ import isys
import product
import iutil
import network
+import socket
import logging
log = logging.getLogger("anaconda")