diff tools/rect_drawer.py @ 250:df57386908c0

Tweak constant overriding
author Neil Muller <neil@dip.sun.ac.za>
date Fri, 27 Aug 2010 16:13:22 +0200
parents 0ea4661d134c
children e4ea9def56b2
line wrap: on
line diff
--- 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