summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-11 17:14:31 -0500
committerChris Lumens <clumens@redhat.com>2008-01-11 17:14:31 -0500
commita7f3b0e8089aac5cc940f2dbe2cac43ab1908e41 (patch)
tree43d8dc5c952c12e230736e8270ba2f435652a990 /constants.py
parent24af904117b233b097e6a747c71d05f0dd51e5e9 (diff)
downloadanaconda-a7f3b0e8089aac5cc940f2dbe2cac43ab1908e41.tar.gz
anaconda-a7f3b0e8089aac5cc940f2dbe2cac43ab1908e41.tar.xz
anaconda-a7f3b0e8089aac5cc940f2dbe2cac43ab1908e41.zip
Why do we still have this crud?
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 30c1f88bb..45f3d14be 100644
--- a/constants.py
+++ b/constants.py
@@ -64,11 +64,6 @@ SKIP_KEY = -50
# pull in kickstart constants as well
from pykickstart.constants import *
-# set to the number of CDs the distribution currently has. might increase
-# or decrease over time
-NUMBER_OF_CDS = 5
-
-
# common string needs to be easy to change
import product
productName = product.productName