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-27 18:24:10 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-27 18:24:10 (GMT)
commit42fef182f4a2853cd7da0c550f77a81c5f749d90 (patch)
tree6366c97d5c324918ce63668f2af4e18c17d835dd /sugar/activity/bundle.py
parent8c70ff2d8647bc6378398aeecf0e8a74a4c5a82c (diff)
Refactor the bundle registry. Move it inside
the shell and expose the parts that should be public to the shell dbus service.
Diffstat (limited to 'sugar/activity/bundle.py')
-rw-r--r--sugar/activity/bundle.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sugar/activity/bundle.py b/sugar/activity/bundle.py
index 1ef30dd..9410f24 100644
--- a/sugar/activity/bundle.py
+++ b/sugar/activity/bundle.py
@@ -151,10 +151,6 @@ class Bundle:
"""Get the activity service name"""
return self._service_name
- def get_object_path(self):
- """Get the path to the service object"""
- return '/' + self._service_name.replace('.', '/')
-
def get_icon(self):
"""Get the activity icon name"""
return self._icon