Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/sugar/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sugar/env.py')
-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 3845a0f..229b929 100644
--- a/lib/sugar/env.py
+++ b/lib/sugar/env.py
@@ -80,8 +80,5 @@ def get_user_library_path():
def get_service_path(name):
return _get_sugar_path('services', name)
-def get_shell_path(path=None):
- return _get_sugar_path('shell', path)
-
def get_data_path(path=None):
return _get_sugar_path('data', path)