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

Rearrange import.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 11 Feb 2012 13:24:00 +0200
parents ded4324b236e
children 7e4a20eb78b8
comparison
equal deleted inserted replaced
550:53cc4049fb30 551:38fb04728ac5
3 # Victory screen for the game 3 # Victory screen for the game
4 4
5 from albow.screen import Screen 5 from albow.screen import Screen
6 from albow.resource import get_image 6 from albow.resource import get_image
7 7
8 from gamelib.widgets import BoomImageButton 8 from pyntnclick.widgets import BoomImageButton
9 9
10 10
11 class EndImageButton(BoomImageButton): 11 class EndImageButton(BoomImageButton):
12 12
13 FOLDER = 'won' 13 FOLDER = 'won'