Remove get_bin_path usage.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user