summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-25 03:31:52 +0000
committerMatt Wilson <msw@redhat.com>2001-01-25 03:31:52 +0000
commit46931a46f0a4c427035823e65e13bf4dff26115b (patch)
tree295668e796dfdbad6e35ad4b7f22ae2794bec726 /todo.py
parent765c2e1d1c492b77e32b4a6310d19529eb88412e (diff)
downloadanaconda-46931a46f0a4c427035823e65e13bf4dff26115b.tar.gz
anaconda-46931a46f0a4c427035823e65e13bf4dff26115b.tar.xz
anaconda-46931a46f0a4c427035823e65e13bf4dff26115b.zip
set more stuff
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index 2e2573d4e..eae8c4dd2 100644
--- a/todo.py
+++ b/todo.py
@@ -1245,6 +1245,8 @@ class ToDo:
todo.language.setSupported([langName])
todo.language.setDefault(langName)
os.environ['LANG'] = todo.instClass.language
+ os.environ['LC_ALL'] = todo.instClass.language
+ os.environ['LC_NUMERIC'] = 'C'
if todo.instClass.keyboard:
todo.keyboard.set(todo.instClass.keyboard)