Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/bundle.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-31 09:30:16 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-31 09:30:16 (GMT)
commitfc53bf86676fd80a4be6fecf953364da4eb991ce (patch)
tree6f6c3e11d80c75677e550301d068b4cf86358c9f /sugar/activity/bundle.py
parent9ea6b18027f9efe768f3b9472b34cabe1328e85c (diff)
Support icons inside the activity
Diffstat (limited to 'sugar/activity/bundle.py')
-rw-r--r--sugar/activity/bundle.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sugar/activity/bundle.py b/sugar/activity/bundle.py
index 9410f24..df67601 100644
--- a/sugar/activity/bundle.py
+++ b/sugar/activity/bundle.py
@@ -139,6 +139,10 @@ class Bundle:
"""Get the locale path inside the activity bundle."""
return os.path.join(self._path, 'locale')
+ def get_icons_path(self):
+ """Get the icons path inside the activity bundle."""
+ return os.path.join(self._path, 'icons')
+
def get_path(self):
"""Get the activity bundle path."""
return self._path