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:
Diffstat (limited to 'sugar/__uninstalled__.py.in')
-rw-r--r--sugar/__uninstalled__.py.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/sugar/__uninstalled__.py.in b/sugar/__uninstalled__.py.in
index 869901d..c454a86 100644
--- a/sugar/__uninstalled__.py.in
+++ b/sugar/__uninstalled__.py.in
@@ -3,17 +3,16 @@ import tempfile
sugar_source_dir = os.path.dirname(os.path.dirname(__file__))
sugar_data_dir = os.path.join(sugar_source_dir, 'shell/data')
+sugar_services_dir = os.path.join(sugar_source_dir, 'services')
__tmpdir = os.path.join(tempfile.gettempdir(), 'sugar')
sugar_activities_dir = __tmpdir
-sugar_service_dir = __tmpdir
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, '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))