Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home/FriendView.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/home/FriendView.py')
-rw-r--r--shell/view/home/FriendView.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/view/home/FriendView.py b/shell/view/home/FriendView.py
index 5dc98a5..317ca66 100644
--- a/shell/view/home/FriendView.py
+++ b/shell/view/home/FriendView.py
@@ -17,11 +17,12 @@
import hippo
import gobject
-from view.BuddyIcon import BuddyIcon
from sugar.graphics.canvasicon import CanvasIcon
from sugar.graphics import units
from sugar.presence import presenceservice
-from sugar.activity import bundleregistry
+
+from model import bundleregistry
+from view.BuddyIcon import BuddyIcon
class FriendView(hippo.CanvasBox):
def __init__(self, shell, menu_shell, buddy, **kwargs):