diff options
Diffstat (limited to 'floppy.py')
-rw-r--r-- | floppy.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # # Erik Troan <ewt@redhat.com> # -# Copyright 2001 Red Hat, Inc. +# Copyright 2001-2002 Red Hat, Inc. # # This software may be freely redistributed under the terms of the GNU # library public license. @@ -23,7 +23,7 @@ import kudzu from constants import * from log import log from flags import flags -from translate import _ +from rhpl.translate import _ def probeFloppyDevice(): fdDevice = "fd0" |