Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-10-18 10:57:04 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-10-18 10:57:04 (GMT)
commit02d8dfe79511ea5daba0dd91d5de8dfb6ce67c82 (patch)
treebd4b8d886856591e03748539e9181388ce543020 /lib
parent22defee1ebd07603a3fad7d521aa1285bbc73501 (diff)
Fix typo in env.get_bin_path().
Diffstat (limited to 'lib')
-rw-r--r--lib/sugar/env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sugar/env.py b/lib/sugar/env.py
index 65b8b0c..c46b7d0 100644
--- a/lib/sugar/env.py
+++ b/lib/sugar/env.py
@@ -81,7 +81,7 @@ def get_locale_path(path=None):
return _get_prefix_path('share/locale', path)
def get_bin_path(path=None):
- return _get_sugar_path('bin', path)
+ return _get_prefix_path('bin', path)
def get_service_path(name):
return _get_sugar_path('services', name)