summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 0209bdc66..bc18519ec 100644
--- a/constants.py
+++ b/constants.py
@@ -19,7 +19,9 @@
# Author(s): Erik Troan <ewt@redhat.com>
#
-from rhpl.translate import _, N_
+import gettext
+_ = lambda x: gettext.ldgettext("anaconda", x)
+N_ = lambda x: x
BETANAG = 1