Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-09 11:32:32 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-09 11:32:32 (GMT)
commit2d9a06ec9a1a3779b169ec1ef70c542821270b25 (patch)
treec87c53161dc892ed65308d55040b356b13e01713 /sugar
parent810bea67728b78953ac585b6a15a1103e2a5c729 (diff)
Add the root path of the services to python path, not services/.
Get rid of the now useless env.get_services_dir
Diffstat (limited to 'sugar')
-rw-r--r--sugar/__installed__.py.in1
-rw-r--r--sugar/env.py3
2 files changed, 0 insertions, 4 deletions
diff --git a/sugar/__installed__.py.in b/sugar/__installed__.py.in
index afe91d1..bf7fd9b 100644
--- a/sugar/__installed__.py.in
+++ b/sugar/__installed__.py.in
@@ -1,4 +1,3 @@
sugar_source_dir = None
sugar_data_dir = '@prefix@/share/sugar'
-sugar_services_dir = '@prefix@/share/sugar/services'
sugar_shell_bin_dir = '@prefix@/bin'
diff --git a/sugar/env.py b/sugar/env.py
index afaa565..7d6cc7c 100644
--- a/sugar/env.py
+++ b/sugar/env.py
@@ -48,9 +48,6 @@ def get_profile_path():
def get_data_dir():
return sugar_data_dir
-def get_services_dir():
- return sugar_services_dir
-
def get_shell_bin_dir():
return sugar_shell_bin_dir