summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-04-18 15:47:39 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-04-18 15:47:39 +0000
commitea0e9f1d7cfe6d15e22f21328cbb94b953dfa743 (patch)
tree20c0560d0c20915c073588f58d1b04b317b1a738
parentadf5eb18792a17dd37bab1b1a36c6fbc9adcb625 (diff)
downloadanaconda-ea0e9f1d7cfe6d15e22f21328cbb94b953dfa743.tar.gz
anaconda-ea0e9f1d7cfe6d15e22f21328cbb94b953dfa743.tar.xz
anaconda-ea0e9f1d7cfe6d15e22f21328cbb94b953dfa743.zip
Must import socket.
-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")