Tweak activity search path. Use ~/Activities and XDG_DATA_DIRS/activities

This commit is contained in:
Marco Pesenti Gritti
2006-10-31 13:10:34 +01:00
parent cb285aba06
commit 8571920734
3 changed files with 10 additions and 6 deletions
-1
View File
@@ -70,7 +70,6 @@ class BundleRegistry:
def _add_bundle(self, bundle_path):
bundle = Bundle(bundle_path)
print bundle
if bundle.is_valid():
self._bundles[bundle.get_service_name()] = bundle
self._service_manager.add(bundle)