Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/__uninstalled__.py.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 11:54:16 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 11:54:16 (GMT)
commit5f99dcf9a5375847c970cfd769b3c85b84cf66b0 (patch)
tree69ebda2095a13a9fdef14eda2daa0b08da24a268 /sugar/__uninstalled__.py.in
parentbcc1740f7f514f04629cecb7536c93d4feaf83cf (diff)
Move the presence service out of the shell
Diffstat (limited to 'sugar/__uninstalled__.py.in')
-rw-r--r--sugar/__uninstalled__.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar/__uninstalled__.py.in b/sugar/__uninstalled__.py.in
index 860cb21..02b43f1 100644
--- a/sugar/__uninstalled__.py.in
+++ b/sugar/__uninstalled__.py.in
@@ -14,6 +14,8 @@ sugar_python_path = ['@prefix@/share/sugar/bindings']
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'))
sugar_bin_path = []
sugar_bin_path.append(os.path.join(sugar_source_dir, 'shell'))
+sugar_bin_path.append(os.path.join(sugar_source_dir, 'services/presence'))