From 42fef182f4a2853cd7da0c550f77a81c5f749d90 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 27 May 2007 18:24:10 +0000 Subject: Refactor the bundle registry. Move it inside the shell and expose the parts that should be public to the shell dbus service. --- (limited to 'sugar/activity/activityfactory.py') diff --git a/sugar/activity/activityfactory.py b/sugar/activity/activityfactory.py index f9c3d6f..809a74d 100644 --- a/sugar/activity/activityfactory.py +++ b/sugar/activity/activityfactory.py @@ -89,8 +89,7 @@ class ActivityCreationHandler(gobject.GObject): The specific service which creates new instances of this particular type of activity is created during the activity - registration process in - sugar.activity.bundleregistry.BundleRegistry which creates + registration process in shell bundle registry which creates service definition files for each registered bundle type. """ gobject.GObject.__init__(self) -- cgit v0.9.1