Remove get_bin_path usage.

This commit is contained in:
Marco Pesenti Gritti
2008-02-04 19:04:22 +01:00
parent d08dcbf054
commit 33ae2dc548
2 changed files with 15 additions and 5 deletions
-3
View File
@@ -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)