summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--iutil.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c71d60961..724f7b22b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-07-13 Jeremy Katz <katzj@redhat.com>
+ * iutil.py: Remove unused import.
+
* loader2/hardware.c (scsiSetup): Always load iSCSI modules.
* iw/autopart_type.py: Support add drive button, add basic
diff --git a/iutil.py b/iutil.py
index cb83f2d2e..281ff6eb7 100644
--- a/iutil.py
+++ b/iutil.py
@@ -15,7 +15,7 @@
import os, isys, string, stat
import os.path
-import rhpl, rhpl.executil
+import rhpl
import warnings
import subprocess
from flags import flags