Cleanup Bundle to not require SUGAR_PREFIX to

be set. Also start using properties rather than
set/getters.
This commit is contained in:
Marco Pesenti Gritti
2007-09-03 23:08:49 +02:00
parent 382910b0ba
commit 3617dd1635
4 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class _ServiceManager(object):
def add(self, bundle):
util.write_service(bundle.get_service_name(),
bundle.get_exec(), self._path)
bundle.get_command(), self._path)
class BundleRegistry(gobject.GObject):
"""Service that tracks the available activity bundles"""