X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;ds=sidebyside;f=naja%2Fwidgets%2Ftile.py;h=7550ba573ba147c4e39d3e0bccb7325bd318251e;hb=ae027d877ab8983517cdfc10a582ee6d9d6d7e8f;hp=1950996aea0dd70391e6986d26d5cd242781fa2b;hpb=137a56a2bb695b7a83d4b128e3faa2bb4104ac31;p=naja.git diff --git a/naja/widgets/tile.py b/naja/widgets/tile.py index 1950996..7550ba5 100644 --- a/naja/widgets/tile.py +++ b/naja/widgets/tile.py @@ -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."""