diff pyntnclick/widgets/text.py @ 824:9f542ef6e498 pyntnclick

Reorganise code
author Neil Muller <neil@dip.sun.ac.za>
date Tue, 29 Jan 2013 11:41:03 +0200
parents 3a875256f795
children
line wrap: on
line diff
--- a/pyntnclick/widgets/text.py	Mon Jan 28 18:32:03 2013 +0200
+++ b/pyntnclick/widgets/text.py	Tue Jan 29 11:41:03 2013 +0200
@@ -3,7 +3,8 @@
 import pygame
 from pygame.constants import SRCALPHA
 
-from pyntnclick.widgets.base import Widget, Button, convert_color
+from pyntnclick.widgets.base import Widget, Button
+from pyntnclick.utils import convert_color
 
 
 class TextWidget(Widget):