Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Session.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/Session.py
parent14383f4fc7c6e182fc8a79e5f9d56c740b2bc7e7 (diff)
Move the model to his own module
Diffstat (limited to 'shell/Session.py')
-rw-r--r--shell/Session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Session.py b/shell/Session.py
index 0bf3fa4..bbd1c73 100644
--- a/shell/Session.py
+++ b/shell/Session.py
@@ -2,7 +2,7 @@ import os
import gtk
from Shell import Shell
-from ShellModel import ShellModel
+from model.ShellModel import ShellModel
from ConsoleWindow import ConsoleWindow
from sugar import env
from sugar import logger