Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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 a067cb8..3845a0f 100644
--- a/lib/sugar/env.py
+++ b/lib/sugar/env.py
@@ -77,9 +77,6 @@ def get_user_activities_path():
def get_user_library_path():
return os.path.expanduser('~/Library')
-def get_locale_path(path=None):
- return get_prefix_path('share/locale', path)
-
def get_service_path(name):
return _get_sugar_path('services', name)