summaryrefslogtreecommitdiffstats
path: root/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'network.py')
-rw-r--r--network.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/network.py b/network.py
index ecbbb9ef5..1947da674 100644
--- a/network.py
+++ b/network.py
@@ -31,9 +31,11 @@ import minihal
import rhpl
from flags import flags
-from rhpl.translate import _, N_
from rhpl.simpleconfig import SimpleConfigFile
+import gettext
+_ = lambda x: gettext.ldgettext("anaconda", x)
+
import logging
log = logging.getLogger("anaconda")