Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorridderman <nate.ridderman@gmail.com>2009-02-06 03:09:44 (GMT)
committer ridderman <nate.ridderman@gmail.com>2009-02-06 03:09:44 (GMT)
commit26e0fdb5576e40335996c4dcd897d5382f00f2de (patch)
treef0aed270edc344acdbf3852a1739816a12017ea0
parent37950797ad0d178bae3986df3f15c1b5dd270660 (diff)
parentf6773d2e5a0e03a04f13a159ae945f0f5b12ee01 (diff)
Merge git://git.sugarlabs.org/playgo/mainlinev6
-rw-r--r--gtp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtp.py b/gtp.py
index 646c271..9b0b620 100644
--- a/gtp.py
+++ b/gtp.py
@@ -31,7 +31,7 @@ def search_for_gnugo():
for path in paths:
if exists(join(path, 'gnugo')):
return abspath(join(path, 'gnugo'))
- default_path = join(get_bundle_path(), 'gnugo', 'gnugo')
+ default_path = join(get_bundle_path(), 'bin', 'gnugo')
if exists(default_path):
return abspath(default_path)
return False