projects
/
tabakrolletjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b6c8b
)
Remove unused import.
author
Simon Cross
<hodgestar@gmail.com>
Sat, 10 Sep 2016 12:21:27 +0000
(14:21 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sat, 10 Sep 2016 12:21:27 +0000
(14:21 +0200)
tabakrolletjie/gamestate.py
patch
|
blob
|
history
diff --git
a/tabakrolletjie/gamestate.py
b/tabakrolletjie/gamestate.py
index f50d9f93ab28ed2599829d3634f34dd5a1e20b28..714a0475b7b5507a170f8176276827feaa08bad7 100644
(file)
--- a/
tabakrolletjie/gamestate.py
+++ b/
tabakrolletjie/gamestate.py
@@
-1,7
+1,5
@@
""" The game state. """
-from .loader import loader
-
class GameState(object):
def __init__(self):