Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/env.py')
-rw-r--r--sugar/env.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar/env.py b/sugar/env.py
index 65081fc..2109c2d 100644
--- a/sugar/env.py
+++ b/sugar/env.py
@@ -53,3 +53,6 @@ def get_services_dir():
def get_dbus_config():
return sugar_dbus_config
+
+def get_bundles_path():
+ return os.path.join(get_profile_path(), 'bundles')