summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-09-19 17:53:20 +0000
committerChris Lumens <clumens@redhat.com>2007-09-19 17:53:20 +0000
commitc5a2d40be1a422d0123ed328328aca8e0e263e56 (patch)
treec607703ab58e81c4217ee497abfc4972c7aa8112 /constants.py
parentc19fe3592623d9d7ed3f58f112d255cbe394da3e (diff)
downloadanaconda-c5a2d40be1a422d0123ed328328aca8e0e263e56.tar.gz
anaconda-c5a2d40be1a422d0123ed328328aca8e0e263e56.tar.xz
anaconda-c5a2d40be1a422d0123ed328328aca8e0e263e56.zip
Add SKIP_KEY from rhel5-branch.
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 4e1a2c917..ea101c7da 100644
--- a/constants.py
+++ b/constants.py
@@ -47,6 +47,9 @@ CHECK_DEPS = 0
IGNORE_DEPS = 1
RESOLVE_DEPS = 2
+# install key related constants
+SKIP_KEY = -50
+
# pull in kickstart constants as well
from pykickstart.constants import *