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-04 22:29:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 22:29:08 (GMT)
commit652df4bf518976132eda1e9fc6b3b06f6ec4ff04 (patch)
tree3fb93f377591796254177c4d9ca71cd31e3128c0 /lib
parentdbe42ac6d9c0be6be47d2c7545b4997070b4621f (diff)
Remove env.get_shell_dir(), use config
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 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)