Remove env.get_shell_dir(), use config

This commit is contained in:
Marco Pesenti Gritti
2008-02-04 23:29:08 +01:00
parent dbe42ac6d9
commit 652df4bf51
6 changed files with 3 additions and 8 deletions
-3
View File
@@ -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)