summaryrefslogtreecommitdiffstats
path: root/iw/lilo.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/lilo.py')
-rw-r--r--iw/lilo.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/iw/lilo.py b/iw/lilo.py
index 5482614d7..035f05a7d 100644
--- a/iw/lilo.py
+++ b/iw/lilo.py
@@ -1,9 +1,6 @@
from iw import *
from gtk import *
-import gettext
-
-cat = gettext.Catalog ("anaconda", "/usr/share/locale")
-_ = cat.gettext
+from gui import _
class LiloWindow (InstallWindow):