summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-24 19:50:27 +0000
committerMatt Wilson <msw@redhat.com>2001-08-24 19:50:27 +0000
commit9238f3d7e0b01598ba100a7e1f2dd0f1d1337ade (patch)
tree5e43f575f002a8133f9f69d3dede6fe2588cbc16 /gui.py
parent32b52c38b54ce27478c1d514711c4580ec4652f6 (diff)
downloadanaconda-9238f3d7e0b01598ba100a7e1f2dd0f1d1337ade.tar.gz
anaconda-9238f3d7e0b01598ba100a7e1f2dd0f1d1337ade.tar.xz
anaconda-9238f3d7e0b01598ba100a7e1f2dd0f1d1337ade.zip
fix Japanese GUI reconfig mode (SF #51989)
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index e7d790191..85fbbfc39 100755
--- a/gui.py
+++ b/gui.py
@@ -14,9 +14,6 @@
#
import os
-# msw says this is a good idea
-os.environ["LC_ALL"] = "C"
-
import GDK
import gdkpixbuf
import iutil