summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-09 16:43:55 -0400
committerChris Lumens <clumens@redhat.com>2008-07-09 16:43:55 -0400
commit88b02f496ca77b7a4304e61346dd8565db04e607 (patch)
tree2119bf5c64670edf4f5c2fe6d0d844835956909c /constants.py
parent328317d90628e9e6ec47939a5ff1001e81fe6738 (diff)
downloadanaconda-88b02f496ca77b7a4304e61346dd8565db04e607.tar.gz
anaconda-88b02f496ca77b7a4304e61346dd8565db04e607.tar.xz
anaconda-88b02f496ca77b7a4304e61346dd8565db04e607.zip
These constants aren't used anymore.
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/constants.py b/constants.py
index bc18519ec..19bde3c1e 100644
--- a/constants.py
+++ b/constants.py
@@ -55,11 +55,6 @@ REQUEST_LV = 32 # logical volume
# a callback
MAX_PART_SIZE = 1024*1024*1024
-# these are used for kickstart
-CHECK_DEPS = 0
-IGNORE_DEPS = 1
-RESOLVE_DEPS = 2
-
# install key related constants
SKIP_KEY = -50