summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_bootloader_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-09-19 17:28:30 +0000
committerChris Lumens <clumens@redhat.com>2007-09-19 17:28:30 +0000
commit88ce97b5bbd3446603e80ff75a93c80c4e7fd17a (patch)
tree998e01cc3c6bd50e02d25e9f1f7ad03207417169 /textw/upgrade_bootloader_text.py
parent99ca8fc7e66eefe1d457aeedc9375506057bc678 (diff)
downloadanaconda-88ce97b5bbd3446603e80ff75a93c80c4e7fd17a.tar.gz
anaconda-88ce97b5bbd3446603e80ff75a93c80c4e7fd17a.tar.xz
anaconda-88ce97b5bbd3446603e80ff75a93c80c4e7fd17a.zip
Remove unused imports. Yes I know this is stupid nitpicky crap, but I like
it.
Diffstat (limited to 'textw/upgrade_bootloader_text.py')
-rw-r--r--textw/upgrade_bootloader_text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py
index fc0901a9b..a2eaabf33 100644
--- a/textw/upgrade_bootloader_text.py
+++ b/textw/upgrade_bootloader_text.py
@@ -19,7 +19,6 @@ from constants_text import *
from rhpl.translate import _
from flags import flags
import string
-import iutil
import checkbootloader
class UpgradeBootloaderWindow: