Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/VisualMatchActivity.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-13 16:41:34 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-13 16:41:34 (GMT)
commit3b4359b236617313c9f8fc407771f1154f3f7b8e (patch)
tree4de0af389572a1f5044a9d86b1dd979eff2ef2fb /VisualMatchActivity.py
parenteaebca2515f86f80c1123b7369cd089d54a643b9 (diff)
renaming window.py to game.py
Diffstat (limited to 'VisualMatchActivity.py')
-rw-r--r--VisualMatchActivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/VisualMatchActivity.py b/VisualMatchActivity.py
index a9de051..4cbdc1b 100644
--- a/VisualMatchActivity.py
+++ b/VisualMatchActivity.py
@@ -62,7 +62,7 @@ from StringIO import StringIO
from constants import *
from sprites import *
-import window
+import game
import grid
import deck
import card
@@ -478,7 +478,7 @@ class VisualMatchActivity(activity.Activity):
canvas.show()
self.show_all()
- self.vmw = window.VisualMatchWindow(canvas, datapath, self)
+ self.vmw = game.VisualMatchWindow(canvas, datapath, self)
self.vmw.level = self._play_level
self.vmw.card_type = self._card_type
self.vmw.robot = False