summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-23 16:46:58 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-23 16:46:58 -1000
commitf6d062eca0c71b252515b77e11d0dbbea22c67ad (patch)
treef1070feea49c0251d05d86b7daee5266142d34dd
parent77708d447bcae2b8803d77aae1f6c91f706435b1 (diff)
downloadanaconda-f6d062eca0c71b252515b77e11d0dbbea22c67ad.tar.gz
anaconda-f6d062eca0c71b252515b77e11d0dbbea22c67ad.tar.xz
anaconda-f6d062eca0c71b252515b77e11d0dbbea22c67ad.zip
Do not import unused modules.
-rw-r--r--textw/network_text.py1
-rw-r--r--vnc.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/textw/network_text.py b/textw/network_text.py
index f35510f05..c5831289d 100644
--- a/textw/network_text.py
+++ b/textw/network_text.py
@@ -24,7 +24,6 @@
import string
import network
-import socket
from snack import *
from constants_text import *
from constants import *
diff --git a/vnc.py b/vnc.py
index 2e5b4fde9..4f17206c6 100644
--- a/vnc.py
+++ b/vnc.py
@@ -27,7 +27,6 @@ from constants_text import *
import network
import isys
import product
-import iutil
import socket
import subprocess