summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-12-13 02:17:08 +0000
committerMatt Wilson <msw@redhat.com>2001-12-13 02:17:08 +0000
commit70cddbb94c7df52c60660da2919d6ee18192b869 (patch)
tree21d3e0521e7cd8f9a596f03910ca544a84035c69 /splashscreen.py
parent509ffea2f75dc8968256f11a8b107c8b09c1ff41 (diff)
downloadanaconda-70cddbb94c7df52c60660da2919d6ee18192b869.tar.gz
anaconda-70cddbb94c7df52c60660da2919d6ee18192b869.tar.xz
anaconda-70cddbb94c7df52c60660da2919d6ee18192b869.zip
use the new exception hook for handle all exceptions when they happen
Diffstat (limited to 'splashscreen.py')
-rw-r--r--splashscreen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/splashscreen.py b/splashscreen.py
index 53c2ded7d..ca994e439 100644
--- a/splashscreen.py
+++ b/splashscreen.py
@@ -15,7 +15,6 @@
import os
os.environ["PYGTK_DISABLE_THREADS"] = "1"
-#os.environ["PYGTK_FATAL_EXCEPTIONS"] = "1"
os.environ["GNOME_DISABLE_CRASH_DIALOG"] = "1"
import gtk