summaryrefslogtreecommitdiffstats
path: root/textw/lilo.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/lilo.py')
-rw-r--r--textw/lilo.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/textw/lilo.py b/textw/lilo.py
index 556f6b2ae..4b828523a 100644
--- a/textw/lilo.py
+++ b/textw/lilo.py
@@ -1,9 +1,10 @@
import gettext
from snack import *
from textw.constants import *
+from text import _
-cat = gettext.Catalog ("anaconda", "/usr/share/locale")
-_ = cat.gettext
+#cat = gettext.Catalog ("anaconda", "/usr/share/locale")
+#_ = cat.gettext
class LiloAppendWindow: