summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-14 03:57:58 +0000
committerMatt Wilson <msw@redhat.com>2001-02-14 03:57:58 +0000
commit1c995a7908e9af77c106e00d25ef01f7cc7ee5a5 (patch)
tree793781a314e80d19db4935eb515c880bffb9cc2a /text.py
parent2cb5f10e709f735f695cb577b44ad4baa3d97867 (diff)
downloadanaconda-1c995a7908e9af77c106e00d25ef01f7cc7ee5a5.tar.gz
anaconda-1c995a7908e9af77c106e00d25ef01f7cc7ee5a5.tar.xz
anaconda-1c995a7908e9af77c106e00d25ef01f7cc7ee5a5.zip
default to english
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/text.py b/text.py
index 2df426d44..3db39274b 100644
--- a/text.py
+++ b/text.py
@@ -51,10 +51,7 @@ class LanguageWindow:
if "Japanese" in languages and not haveKon:
languages.remove("Japanese")
- if os.environ.has_key('LANG'):
- current = todo.instTimeLanguage.getCurrent()
- else:
- current = None
+ current = todo.instTimeLanguage.getCurrent()
height = min((screen.height - 16, len(languages)))
if todo.reconfigOnly: