From 3b4359b236617313c9f8fc407771f1154f3f7b8e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 13 Jan 2010 16:41:34 +0000 Subject: renaming window.py to game.py --- (limited to 'visualmatch.py') 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 -- cgit v0.9.1