summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-04-19 19:42:50 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-04-19 19:42:50 +0000
commit9831926dfaa1bbba41627767ea864ff0767f5a93 (patch)
tree0ba24c3d33faa672a3694fee34e3ad4493d86593 /gui.py
parent19f8e86e954862884c46dba484bfd3bfd438c2d4 (diff)
downloadanaconda-9831926dfaa1bbba41627767ea864ff0767f5a93.tar.gz
anaconda-9831926dfaa1bbba41627767ea864ff0767f5a93.tar.xz
anaconda-9831926dfaa1bbba41627767ea864ff0767f5a93.zip
* gui.py: Make StayOnScreen an Exception class rather than a string.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 182d23077..14c06eef5 100755
--- a/gui.py
+++ b/gui.py
@@ -52,7 +52,9 @@ log = logging.getLogger("anaconda")
isys.bind_textdomain_codeset("redhat-dist", "UTF-8")
-StayOnScreen = "stayOnScreen"
+class StayOnScreen(Exception):
+ pass
+
mainWindow = None
stepToClass = {