Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/visualmatch.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-13 21:16:06 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-13 21:16:06 (GMT)
commitf6c2f68756adf12e3c4040f6aeca7c75608c468e (patch)
tree2cc8e42129f925130779fb77e7c9c8b1234769e9 /visualmatch.py
parenta2601ddb499060c752b496b73602bc2b8228ebb2 (diff)
Mayan game
Diffstat (limited to 'visualmatch.py')
-rwxr-xr-xvisualmatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/visualmatch.py b/visualmatch.py
index 5880298..e38991d 100755
--- a/visualmatch.py
+++ b/visualmatch.py
@@ -159,7 +159,7 @@ class VisualMatchMain:
self.win.show_all()
# Join the activity
- self.vmw = game.VisualMatchWindow(canvas, \
+ self.vmw = game.Game(canvas, \
os.path.join(os.path.abspath('.'), \
'images/'))
self.vmw.win = self.win