From 652df4bf518976132eda1e9fc6b3b06f6ec4ff04 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 04 Feb 2008 22:29:08 +0000 Subject: Remove env.get_shell_dir(), use config --- (limited to 'lib') 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) -- cgit v0.9.1