Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-11 09:37:35 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-11 09:37:35 (GMT)
commitcb47f17b31dde57823d46d974e983aa7fe7cad98 (patch)
treed97b9c32ab156a4052b49c6e90b37d53ca95c011 /shell/sugar
parent27456ff7231b65ffc4409f76b167110e32790626 (diff)
Move session stuff to his own package
Diffstat (limited to 'shell/sugar')
-rwxr-xr-xshell/sugar4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/sugar b/shell/sugar
index 73e7bc1..47c1225 100755
--- a/shell/sugar
+++ b/shell/sugar
@@ -76,7 +76,7 @@ registry = ActivityRegistry()
registry.scan_directory(activities_dest)
#registry.scan_directory(os.path.join(env.get_user_dir(), 'activities'))
-from Emulator import Emulator
+from session.Emulator import Emulator
# FIXE Don't run the emulator on the OLPC
emulator = Emulator()
@@ -84,7 +84,7 @@ emulator.start()
print 'Redirecting output to the console, press F3 to open it.'
-from Session import Session
+from session.Session import Session
session = Session(registry)
session.start()