summaryrefslogtreecommitdiffstats
path: root/iw/fdisk_gui.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-10-04 21:07:02 +0000
committerErik Troan <ewt@redhat.com>2000-10-04 21:07:02 +0000
commit3819038a4cde8ed42db8efe3f62f4da998e4f1e7 (patch)
tree2f048e86d782b37f45978ddb05f8aece97ea7716 /iw/fdisk_gui.py
parentba329bda9d5538d798aa4345f0eee47e3fa7c67a (diff)
downloadanaconda-3819038a4cde8ed42db8efe3f62f4da998e4f1e7.tar.gz
anaconda-3819038a4cde8ed42db8efe3f62f4da998e4f1e7.tar.xz
anaconda-3819038a4cde8ed42db8efe3f62f4da998e4f1e7.zip
japanese works now
Diffstat (limited to 'iw/fdisk_gui.py')
-rw-r--r--iw/fdisk_gui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/iw/fdisk_gui.py b/iw/fdisk_gui.py
index 3fd761465..119cb073d 100644
--- a/iw/fdisk_gui.py
+++ b/iw/fdisk_gui.py
@@ -68,9 +68,6 @@ class FDiskWindow (InstallWindow):
if zvt.forkpty() == 0:
lang = self.ics.getICW().locale
env = os.environ
- if lang[:2] == "ja":
- env["LC_ALL"] = "C"
- env["LANG"] = "C"
os.execve (path, (path, '/tmp/' + drive), env)
zvt.show ()