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 16:41:34 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-13 16:41:34 (GMT)
commit3b4359b236617313c9f8fc407771f1154f3f7b8e (patch)
tree4de0af389572a1f5044a9d86b1dd979eff2ef2fb /visualmatch.py
parenteaebca2515f86f80c1123b7369cd089d54a643b9 (diff)
renaming window.py to game.py
Diffstat (limited to 'visualmatch.py')
-rwxr-xr-xvisualmatch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/visualmatch.py b/visualmatch.py
index 4120783..5880298 100755
--- a/visualmatch.py
+++ b/visualmatch.py
@@ -19,7 +19,7 @@ import gtk
from gettext import gettext as _
import os
-import window
+import game
import grid
import card
import sprites
@@ -159,7 +159,7 @@ class VisualMatchMain:
self.win.show_all()
# Join the activity
- self.vmw = window.VisualMatchWindow(canvas, \
+ self.vmw = game.VisualMatchWindow(canvas, \
os.path.join(os.path.abspath('.'), \
'images/'))
self.vmw.win = self.win