summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-26 19:40:21 +0000
committerChris Lumens <clumens@redhat.com>2007-10-26 19:40:21 +0000
commite1059c553d9465ea494ed7fa767f4d047b43f824 (patch)
treedc188742971734462b20b0f5f5ca90366a18d5b1 /constants.py
parent0bbe1d6f487b4d87264ea7879ca36b1a35b878eb (diff)
downloadanaconda-e1059c553d9465ea494ed7fa767f4d047b43f824.tar.gz
anaconda-e1059c553d9465ea494ed7fa767f4d047b43f824.tar.xz
anaconda-e1059c553d9465ea494ed7fa767f4d047b43f824.zip
Rework the exception handling dialog to make it easier to add destinations
other than floppy and remote via scp in the future. USB support is almost there.
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index ea101c7da..06f2151ef 100644
--- a/constants.py
+++ b/constants.py
@@ -23,6 +23,11 @@ DISPATCH_BACK = -1
DISPATCH_FORWARD = 1
DISPATCH_NOOP = None
+EXN_OK = 0
+EXN_DEBUG = 1
+EXN_SAVE = 2
+EXN_CANCEL = 3
+
# different types of partition requests
# REQUEST_PREEXIST is a placeholder for a pre-existing partition on the system
# REQUEST_NEW is a request for a partition which will be automatically