One true import-style
[naja.git] / naja / widgets / tile.py
index 1950996aea0dd70391e6986d26d5cd242781fa2b..7550ba573ba147c4e39d3e0bccb7325bd318251e 100644 (file)
@@ -1,12 +1,11 @@
-from naja.constants import TILE_SIZE
-from naja.resources import resources
-
-from .base import Widget
-
 # These will probably need to go away when we have images
 import pygame
 import pygame.locals as pgl
 
+from naja.constants import TILE_SIZE
+from naja.resources import resources
+from naja.widgets.base import Widget
+
 
 class TileWidget(Widget):
     """Widget which holds a tile on the game board."""