Add the root path of the services to python path, not services/.

Get rid of the now useless env.get_services_dir
This commit is contained in:
Marco Pesenti Gritti
2007-03-09 12:32:32 +01:00
parent 810bea6772
commit 2d9a06ec9a
7 changed files with 14 additions and 15 deletions
-1
View File
@@ -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'
-3
View File
@@ -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