# HG changeset patch # User Neil Muller # Date 1282918402 -7200 # Node ID df57386908c02344120cddc9cab9b94a1b3f4426 # Parent 913257638e6f0bc63997a5778063080082869b60 Tweak constant overriding diff -r 913257638e6f -r df57386908c0 tools/rect_drawer.py --- a/tools/rect_drawer.py Fri Aug 27 15:51:50 2010 +0200 +++ b/tools/rect_drawer.py Fri Aug 27 16:13:22 2010 +0200 @@ -18,11 +18,12 @@ import pygame from pygame.colordict import THECOLORS +from gamelib import constants +constants.DEBUG = True + from gamelib.state import initial_state -from gamelib import constants from gamelib.widgets import BoomLabel -constants.DEBUG = True