comparison pyntnclick/state.py @ 551:38fb04728ac5 pyntnclick

Rearrange import.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 11 Feb 2012 13:24:00 +0200
parents ded4324b236e
children ebb2efcb4ea7
comparison
equal deleted inserted replaced
550:53cc4049fb30 551:38fb04728ac5
6 from albow.utils import frame_rect 6 from albow.utils import frame_rect
7 from widgets import BoomLabel 7 from widgets import BoomLabel
8 from pygame.rect import Rect 8 from pygame.rect import Rect
9 from pygame.color import Color 9 from pygame.color import Color
10 10
11 import constants 11 from pyntnclick import constants
12 from scenes import SCENE_LIST, INITIAL_SCENE 12 from pyntnclick.sound import get_sound
13 from sound import get_sound 13
14 from gamelib.scenes import SCENE_LIST, INITIAL_SCENE
14 15
15 # override the initial scene to for debugging 16 # override the initial scene to for debugging
16 DEBUG_SCENE = None 17 DEBUG_SCENE = None
17 18
18 # whether to show debugging rects 19 # whether to show debugging rects