comparison pyntnclick/widgets/toollist.py @ 558:f9f04cb35697 pyntnclick

s/mamba/pyntnclick/
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 11 Feb 2012 14:33:23 +0200
parents c0474fe18b96
children b7d8b89de71a
comparison
equal deleted inserted replaced
557:65e36149b273 558:f9f04cb35697
1 from pygame.constants import KEYUP, K_1, K_PAGEDOWN, K_PAGEUP 1 from pygame.constants import KEYUP, K_1, K_PAGEDOWN, K_PAGEUP
2 2
3 from mamba.widgets.base import Container 3 from pyntntclick.widgets.base import Container
4 from mamba.widgets.text import TextButton 4 from pyntntclick.widgets.text import TextButton
5 5
6 6
7 class ToolListWidget(Container): 7 class ToolListWidget(Container):
8 """List of other widgets, with some paging trickery""" 8 """List of other widgets, with some paging trickery"""
9 9