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-04 21:58:08 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-04 21:58:08 (GMT)
commitd4235da0047c40d15c5942b57f5bb001981e2f7e (patch)
tree8f24f00fa8fe316404eaada34a9f31fe70f1c391 /path.py
parente1eddf48d1fe0559e5efb8332a08ce3510dfd37a (diff)
fixed regression that prevented GNOME launch
Diffstat (limited to 'path.py')
-rwxr-xr-xpath.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/path.py b/path.py
index f498ab3..f4c081b 100755
--- a/path.py
+++ b/path.py
@@ -44,8 +44,7 @@ class PathMain:
self.win.show_all()
# Join the activity
- self.vmw = Game(canvas, os.path.join(os.path.abspath('.'),
- 'images/'))
+ self.vmw = Game(canvas)
self.vmw.win = self.win
self.vmw.activity = self
self.vmw.level = 12