Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sugar/env.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sugar/env.py b/lib/sugar/env.py
index 33b57f3..a067cb8 100644
--- a/lib/sugar/env.py
+++ b/lib/sugar/env.py
@@ -80,9 +80,6 @@ def get_user_library_path():
def get_locale_path(path=None):
return get_prefix_path('share/locale', path)
-def get_bin_path(path=None):
- return get_prefix_path('bin', path)
-
def get_service_path(name):
return _get_sugar_path('services', name)