changeset 550:53cc4049fb30 pyntnclick

Rename imports in rect_drawer
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 11 Feb 2012 13:22:21 +0200
parents 098ea4ea0d0d
children 38fb04728ac5
files tools/rect_drawer.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/rect_drawer.py	Sat Feb 11 13:19:21 2012 +0200
+++ b/tools/rect_drawer.py	Sat Feb 11 13:22:21 2012 +0200
@@ -19,16 +19,16 @@
                            BLEND_RGBA_MIN, SRCALPHA)
 import pygame
 
-from gamelib import constants
+from pyntnclick import constants
 constants.DEBUG = True
 MENU_WIDTH = 200
 MENU_BUTTON_HEIGHT = 25
 ZOOM = 4
 ZOOM_STEP = 100
 
-from gamelib import state
+from pyntnclick import state
 state.DEBUG_RECTS = True
-from gamelib.widgets import BoomLabel
+from pyntnclick.widgets import BoomLabel
 
 
 class AppPalette(PaletteView):