diff pyntnclick/tools/rect_drawer.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/tools/rect_drawer.py	Mon Jan 28 18:32:03 2013 +0200
+++ b/pyntnclick/tools/rect_drawer.py	Tue Jan 29 11:41:03 2013 +0200
@@ -13,7 +13,7 @@
 from pyntnclick.widgets.text import LabelWidget, TextButton
 from pyntnclick.widgets.base import Container, Button, TranslucentImage
 from pyntnclick.widgets.filechooser import FileChooser
-from pyntnclick.tools.utils import draw_rect_image
+from pyntnclick.utils import draw_rect_image
 
 DRAW, CYCLE, DELETE, IMAGE = range(4)