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 18:16:46 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 18:16:46 (GMT)
commit1c361ea5dd1349ddcb95e21de91a0aa036415ff7 (patch)
treec90860701e52f84d8a346ae58e3620f0662cd0f3 /lib
parentb3cc0bec550378fa5eb9b6b2983defdd1037be78 (diff)
Add a config module into the shell holding path informations.
Get rid of env.get_locale_path()
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)