Remove get_service_path and use the usual wrapper script approach.

This commit is contained in:
Marco Pesenti Gritti
2008-02-05 01:02:33 +01:00
parent ae5ce06ccb
commit aca3ae6c88
7 changed files with 47 additions and 27 deletions
-3
View File
@@ -77,8 +77,5 @@ def get_user_activities_path():
def get_user_library_path():
return os.path.expanduser('~/Library')
def get_service_path(name):
return _get_sugar_path('services', name)
def get_data_path(path=None):
return _get_sugar_path('data', path)