Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/path.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-25 15:42:30 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-25 15:42:30 (GMT)
commit2ae70e505a6b7056dcd26c43be041aca4fcb48fe (patch)
treec3e82880301db09a681e4d3d868d26c6392c56e3 /path.py
parent7fc52e02c2e79308ddfc949923049af4aca6f8d2 (diff)
fixed problems with playing from GNOME
Diffstat (limited to 'path.py')
-rwxr-xr-xpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/path.py b/path.py
index f4c081b..a8ff866 100755
--- a/path.py
+++ b/path.py
@@ -23,7 +23,6 @@ from game import Game
class PathMain:
def __init__(self):
self.r = 0
- self.tw = None
# create a new window
self.win = gtk.Window(gtk.WINDOW_TOPLEVEL)
@@ -58,6 +57,7 @@ class PathMain:
self.vmw.new_game()
return True
+
def main():
gtk.main()
return 0