From f99e777398aacc444e47fb41350b454633efb7db Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 23 Jun 2001 00:15:21 +0000 Subject: remove duplicate import --- floppy.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'floppy.py') 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 -- cgit