summaryrefslogtreecommitdiffstats
path: root/vnc.py
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 /vnc.py
parent77708d447bcae2b8803d77aae1f6c91f706435b1 (diff)
downloadanaconda-f6d062eca0c71b252515b77e11d0dbbea22c67ad.tar.gz
anaconda-f6d062eca0c71b252515b77e11d0dbbea22c67ad.tar.xz
anaconda-f6d062eca0c71b252515b77e11d0dbbea22c67ad.zip
Do not import unused modules.
Diffstat (limited to 'vnc.py')
-rw-r--r--vnc.py1
1 files changed, 0 insertions, 1 deletions
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