summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-23 00:15:21 +0000
committerMatt Wilson <msw@redhat.com>2001-06-23 00:15:21 +0000
commitf99e777398aacc444e47fb41350b454633efb7db (patch)
treed4762746a67d494da95b2964b29609a447eccd7d /floppy.py
parent7d26cfab32d9b1c9972686aeaed535e7a895ace2 (diff)
downloadanaconda-f99e777398aacc444e47fb41350b454633efb7db.tar.gz
anaconda-f99e777398aacc444e47fb41350b454633efb7db.tar.xz
anaconda-f99e777398aacc444e47fb41350b454633efb7db.zip
remove duplicate import
Diffstat (limited to 'floppy.py')
-rw-r--r--floppy.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/floppy.py b/floppy.py
index 79ac30d6c..707e2b8ed 100644
--- a/floppy.py
+++ b/floppy.py
@@ -16,12 +16,12 @@
import isys
import errno
import iutil
-from log import log
import re
import os
-from flags import flags
import dispatch
import rpm
+from log import log
+from flags import flags
from translate import _
def probeFloppyDevice():
@@ -113,6 +113,5 @@ def makeBootdisk (intf, floppyDevice, hdList, instPath):
w.pop()
if rc:
- import dispatch
return dispatch.DISPATCH_BACK