summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'image.py')
-rw-r--r--image.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/image.py b/image.py
index 53b645ea8..4f2dfbf99 100644
--- a/image.py
+++ b/image.py
@@ -19,8 +19,9 @@ import isys
import time
import kudzu
import string
+
+from rhpl.log import log
from rhpl.translate import _
-from log import log
class ImageInstallMethod(InstallMethod):