diff gamelib/constants.py @ 346:6baf8b5beb5c

Remove the "constant" constant
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 23:11:16 +0000
parents 17ee6bcf583d
children 71f5897ac5ef
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Sep 05 23:08:34 2009 +0000
+++ b/gamelib/constants.py	Sat Sep 05 23:11:16 2009 +0000
@@ -52,8 +52,7 @@
         'Unlimited' : 0,
         }
 
-# This is a "constant".
-TURN_LIMIT = TURN_LIMITS['Two weeks']
+DEFAULT_MODE = 'Two weeks'
 
 ABS_MAX_NUM_FOXES = 50 # Limit possible uppoer number of foxes, due to concerns
                         # about performance, etc.