summaryrefslogtreecommitdiffstats
path: root/iw/fdisk_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-26 04:56:23 +0000
committerMatt Wilson <msw@redhat.com>2001-01-26 04:56:23 +0000
commitd4a41f9c8e20df975c27c19b8d7857c87c7a8670 (patch)
tree714077042d4d280e6953f4dc64a4fa64b6efb83c /iw/fdisk_gui.py
parent2419ab0a8fffdc472fb351631826293d3c5155ce (diff)
downloadanaconda-d4a41f9c8e20df975c27c19b8d7857c87c7a8670.tar.gz
anaconda-d4a41f9c8e20df975c27c19b8d7857c87c7a8670.tar.xz
anaconda-d4a41f9c8e20df975c27c19b8d7857c87c7a8670.zip
ack - we don't use this lang anymore
Diffstat (limited to 'iw/fdisk_gui.py')
-rw-r--r--iw/fdisk_gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/fdisk_gui.py b/iw/fdisk_gui.py
index 76b8a92ef..f48a0a35e 100644
--- a/iw/fdisk_gui.py
+++ b/iw/fdisk_gui.py
@@ -65,7 +65,6 @@ class FDiskWindow (InstallWindow):
isys.makeDevInode(drive, '/tmp/' + drive)
if zvt.forkpty() == 0:
- lang = self.ics.getICW().locale
env = os.environ
os.execve (path, (path, '/tmp/' + drive), env)
zvt.show ()