diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-25 06:06:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-25 06:06:45 +0000 |
commit | c60c48e9d3e6436d88bdd8f2b4cac23e400344b1 (patch) | |
tree | e9aa673813f7c86857bfa9adc6fa194768721808 /gui.py | |
parent | 11128835621aa718e63faf112433a312b90a4f05 (diff) | |
download | anaconda-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-x | gui.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |