X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fgamestate.py;h=a2eb77b2de2aea3dae40fee8a08d5e12272af3cd;hb=ae027d877ab8983517cdfc10a582ee6d9d6d7e8f;hp=96e55056bf862b5243aed0198bd46e8a0ce097a7;hpb=137a56a2bb695b7a83d4b128e3faa2bb4104ac31;p=naja.git diff --git a/naja/gamestate.py b/naja/gamestate.py index 96e5505..a2eb77b 100644 --- a/naja/gamestate.py +++ b/naja/gamestate.py @@ -2,9 +2,9 @@ The current game state. """ -from .constants import BITS -from .gameboard import GameBoard -from .player import Player +from naja.constants import BITS +from naja.gameboard import GameBoard +from naja.player import Player class GameState(object):