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 11:05:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-11 11:05:33 (GMT)
commit628271959c97c49b64ed16203a5d8a2d0202ede7 (patch)
tree33e1e34f6d619d6fa7cf1c47da67d587e13194e4 /shell/sugar
parentcb47f17b31dde57823d46d974e983aa7fe7cad98 (diff)
Refactor the console stuff
Diffstat (limited to 'shell/sugar')
-rwxr-xr-xshell/sugar3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/sugar b/shell/sugar
index 47c1225..42de27e 100755
--- a/shell/sugar
+++ b/shell/sugar
@@ -74,7 +74,6 @@ from ActivityRegistry import ActivityRegistry
registry = ActivityRegistry()
registry.scan_directory(activities_dest)
-#registry.scan_directory(os.path.join(env.get_user_dir(), 'activities'))
from session.Emulator import Emulator
@@ -82,8 +81,6 @@ from session.Emulator import Emulator
emulator = Emulator()
emulator.start()
-print 'Redirecting output to the console, press F3 to open it.'
-
from session.Session import Session
session = Session(registry)