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 <marco@localhost.localdomain>2006-10-17 07:39:31 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-17 07:39:31 (GMT)
commitf74614a02bcf9447404e06059306ccf544c053fb (patch)
tree5189eef513327c3cb3b519f42e67cc830226c4f4 /sugar
parent535b67ea41bbe150888f19ac89a7bde99cd86bb6 (diff)
Let the shell deal with extending his own path
Diffstat (limited to 'sugar')
-rw-r--r--sugar/__installed__.py.in3
-rw-r--r--sugar/__uninstalled__.py.in1
2 files changed, 1 insertions, 3 deletions
diff --git a/sugar/__installed__.py.in b/sugar/__installed__.py.in
index 7a7bc28..ff0a830 100644
--- a/sugar/__installed__.py.in
+++ b/sugar/__installed__.py.in
@@ -4,7 +4,6 @@ sugar_activities_dir = '@prefix@/share/sugar/activities'
sugar_services_dir = '@prefix@/share/sugar/services'
sugar_dbus_config = '@prefix@/share/sugar/dbus-installed.conf'
-sugar_python_path = ['@prefix@/share/sugar/shell',
- '@prefix@/share/sugar/activities',
+sugar_python_path = ['@prefix@/share/sugar/activities',
'@prefix@/share/sugar/services']
sugar_bin_path = []
diff --git a/sugar/__uninstalled__.py.in b/sugar/__uninstalled__.py.in
index 7593387..869901d 100644
--- a/sugar/__uninstalled__.py.in
+++ b/sugar/__uninstalled__.py.in
@@ -12,7 +12,6 @@ sugar_dbus_config = os.path.join(sugar_source_dir, 'dbus-uninstalled.conf')
sugar_python_path = []
sugar_python_path.append(sugar_source_dir)
-sugar_python_path.append(os.path.join(sugar_source_dir, 'shell'))
sugar_python_path.append(os.path.join(sugar_source_dir, 'activities'))
sugar_python_path.append(os.path.join(sugar_source_dir, 'services'))