comparison gamelib/widgets.py @ 264:3cedc4f95925

Ran pyflakes and fixed some minor things.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 19:35:20 +0200
parents 146cec58ddd8
children 40dd77f71e11
comparison
equal deleted inserted replaced
263:3b4a78422201 264:3cedc4f95925
6 import textwrap 6 import textwrap
7 7
8 import albow.controls 8 import albow.controls
9 from albow.resource import get_font 9 from albow.resource import get_font
10 from pygame.color import Color 10 from pygame.color import Color
11 from pygame.locals import BLEND_ADD
12 11
13 from cursor import CursorWidget 12 from cursor import CursorWidget
14 13
15 14
16 class BoomLabel(albow.controls.Label): 15 class BoomLabel(albow.controls.Label):