summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-25 06:06:45 +0000
committerMatt Wilson <msw@redhat.com>2001-06-25 06:06:45 +0000
commitc60c48e9d3e6436d88bdd8f2b4cac23e400344b1 (patch)
treee9aa673813f7c86857bfa9adc6fa194768721808 /gui.py
parent11128835621aa718e63faf112433a312b90a4f05 (diff)
downloadanaconda-c60c48e9d3e6436d88bdd8f2b4cac23e400344b1.tar.gz
anaconda-c60c48e9d3e6436d88bdd8f2b4cac23e400344b1.tar.xz
anaconda-c60c48e9d3e6436d88bdd8f2b4cac23e400344b1.zip
move setting pygtk environment variables to the first file that
imports them - splashscreen.py fixed what I broke in partitioning.py
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index f2e4447fc..bcaac637a 100755
--- a/gui.py
+++ b/gui.py
@@ -14,8 +14,6 @@
#
import os
-os.environ["PYGTK_FATAL_EXCEPTIONS"] = "1"
-os.environ["GNOME_DISABLE_CRASH_DIALOG"] = "1"
# msw says this is a good idea
os.environ["LC_ALL"] = "C"