Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/frame/RightPanel.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 10:52:37 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 10:52:37 (GMT)
commitca19f0f25100006c0f6c84e405e2e6a0cecdd15b (patch)
treeaaab967408d64b21a07ba85a9cb13fc86c411608 /shell/frame/RightPanel.py
parent14383f4fc7c6e182fc8a79e5f9d56c740b2bc7e7 (diff)
Move the model to his own module
Diffstat (limited to 'shell/frame/RightPanel.py')
-rw-r--r--shell/frame/RightPanel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/frame/RightPanel.py b/shell/frame/RightPanel.py
index 1bc27f5..c60cc46 100644
--- a/shell/frame/RightPanel.py
+++ b/shell/frame/RightPanel.py
@@ -5,7 +5,7 @@ from sugar.canvas.IconColor import IconColor
from sugar.canvas.CanvasBox import CanvasBox
from sugar.presence import PresenceService
from FriendIcon import FriendIcon
-from Friends import Friend
+from model.Friends import Friend
class RightPanel(CanvasBox):
def __init__(self, grid, shell_model):