diff options
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 5 |
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 |