summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
Diffstat (limited to 'floppy.py')
-rw-r--r--floppy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/floppy.py b/floppy.py
index 6980dd3ed..eb27061ad 100644
--- a/floppy.py
+++ b/floppy.py
@@ -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"