Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/__uninstalled__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/__uninstalled__.py')
-rw-r--r--sugar/__uninstalled__.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/sugar/__uninstalled__.py b/sugar/__uninstalled__.py
index b34ffaf..3069752 100644
--- a/sugar/__uninstalled__.py
+++ b/sugar/__uninstalled__.py
@@ -2,9 +2,12 @@ import os
import tempfile
sugar_source_dir = os.path.dirname(os.path.dirname(__file__))
+sugar_data_dir = os.path.join(sugar_source_dir, 'shell/data')
+
+__tmpdir = os.path.join(tempfile.gettempdir(), 'sugar')
+sugar_activities_dir = __tmpdir
+sugar_service_dir = __tmpdir
-sugar_data_dir = os.path.join(sugar_source_dir, 'shell/data')
-sugar_activities_dir = os.path.join(tempfile.gettempdir(), 'sugar')
sugar_dbus_config = os.path.join(sugar_source_dir, 'dbus-uninstalled.conf')
sugar_python_path = []