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-05 00:02:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-05 00:02:33 (GMT)
commitaca3ae6c88eb56b4dd2f818928ecca5064669978 (patch)
tree5070bb108005d97b6346a25bb7921947b1ef0ef1 /lib
parentae5ce06ccb1f604fa1e4eaeb16d9ba8122b4923d (diff)
Remove get_service_path and use the usual wrapper script approach.
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 229b929..cdc61ab 100644
--- a/lib/sugar/env.py
+++ b/lib/sugar/env.py
@@ -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)