summaryrefslogtreecommitdiffstats
path: root/textw/language_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-23 16:34:38 +0000
committerMike Fulbright <msf@redhat.com>2002-05-23 16:34:38 +0000
commit9828fc34cf4402bfad440123477dd5b8334b626d (patch)
tree49731f6dccca7095cf588fcc856c10809e44cae6 /textw/language_text.py
parent379f7b93c9708f99d4cc50291426f00beb27a465 (diff)
downloadanaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.gz
anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.tar.xz
anaconda-9828fc34cf4402bfad440123477dd5b8334b626d.zip
migrate to using rhpl log function
Diffstat (limited to 'textw/language_text.py')
-rw-r--r--textw/language_text.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/textw/language_text.py b/textw/language_text.py
index 2c285a215..8fa7f91cb 100644
--- a/textw/language_text.py
+++ b/textw/language_text.py
@@ -16,10 +16,11 @@ import isys
import iutil
from snack import *
from constants_text import *
-from log import *
-from rhpl.translate import _
from flags import flags
+from rhpl.log import *
+from rhpl.translate import _
+
class LanguageWindow:
def __call__(self, screen, textInterface, instLanguage):
languages = instLanguage.available ()