diff options
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/installclass.py b/installclass.py index 84405149c..115284b3f 100644 --- a/installclass.py +++ b/installclass.py @@ -17,10 +17,11 @@ import gettext_rh, os, iutil import string from xf86config import XF86Config -from rhpl.translate import _ from instdata import InstallData from partitioning import * -from log import log + +from rhpl.log import log +from rhpl.translate import _ class BaseInstallClass: # default to not being hidden |