Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/frame.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-02 12:34:41 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-02 12:34:41 (GMT)
commit7024f93a43501ffe40ed6e696e1f1214c2216543 (patch)
tree15bf23965f99bce14046b2b8c8c8a3902217956b /shell/view/frame/frame.py
parent59bf818e99802e41f0338437ea5e8c9948637caf (diff)
Move the zoom levels inside the model
Diffstat (limited to 'shell/view/frame/frame.py')
-rw-r--r--shell/view/frame/frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index 522c6af..1804784 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -27,7 +27,7 @@ from view.frame.overlaybox import OverlayBox
from view.frame.FriendsBox import FriendsBox
from view.frame.framewindow import FrameWindow
from view.frame.clipboardpanelwindow import ClipboardPanelWindow
-from model.ShellModel import ShellModel
+from model.shellmodel import ShellModel
from sugar.graphics import animator
from sugar.graphics import units
from sugar.clipboard import clipboardservice