Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-29 18:05:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-29 18:05:09 (GMT)
commitd150ac40cc3a6a22111131799528c8090a356ee1 (patch)
treef7d19ac2fa7c662e9611e235898ee2514f988cb7 /sugar/env.py
parent87274fd89f0c127f05cd34ad912b47a185c4b0e3 (diff)
More work on bundles support
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')