diff options
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py index d01b94d15..d3c23c352 100644 --- a/xf86config.py +++ b/xf86config.py @@ -27,8 +27,9 @@ import time import os from kbd import Keyboard from mouse import Mouse + from rhpl.translate import _ -from log import log +from rhpl.log import log XF86Config_template = """ # File generated by anaconda. |