Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.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 /shell/view/Shell.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 'shell/view/Shell.py')
-rw-r--r--shell/view/Shell.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index f2827e0..0f3b629 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -20,14 +20,16 @@ import logging
import gobject
import wnck
-from view.home.HomeWindow import HomeWindow
from sugar.activity.activityhandle import ActivityHandle
from sugar.graphics.popupcontext import PopupContext
+from sugar.activity import activityfactory
+import sugar
+
from view.ActivityHost import ActivityHost
-from sugar.activity import activityfactory, bundleregistry
from view.frame.frame import Frame
from view.keyhandler import KeyHandler
-import sugar
+from view.home.HomeWindow import HomeWindow
+from model import bundleregistry
class Shell(gobject.GObject):
def __init__(self, model):