Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 18:04:22 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 18:04:22 (GMT)
commit33ae2dc5487a00a89a18fd0eae39258f818b8868 (patch)
tree9e04278cdddb426711804e13a82b170588b5e8a6 /lib
parentd08dcbf054406a6b04f82fd88593bb0b2de1ad29 (diff)
Remove get_bin_path usage.
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)