From a7f3b0e8089aac5cc940f2dbe2cac43ab1908e41 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 11 Jan 2008 17:14:31 -0500 Subject: Why do we still have this crud? --- constants.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'constants.py') 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 -- cgit