X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Ftile.py;h=7550ba573ba147c4e39d3e0bccb7325bd318251e;hb=7ffa20720668ad9e8701d0b5f98a2e3161132423;hp=1950996aea0dd70391e6986d26d5cd242781fa2b;hpb=7ce9a5e2cbdc5a2dbdea5d000cad3e59628e9720;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."""