summaryrefslogtreecommitdiffstats
path: root/floppy.py
diff options
context:
space:
mode:
Diffstat (limited to 'floppy.py')
-rw-r--r--floppy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/floppy.py b/floppy.py
index eb27061ad..5563d0160 100644
--- a/floppy.py
+++ b/floppy.py
@@ -21,8 +21,9 @@ import os
import rpm
import kudzu
from constants import *
-from log import log
from flags import flags
+
+from rhpl.log import log
from rhpl.translate import _
def probeFloppyDevice():