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-22 14:15:34 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-22 14:15:34 (GMT)
commit511fec421fd4f14f8d2d8d09ac8269101a3940ea (patch)
tree32bb06a8dccfab5464af2bd364a75ba8017e31f5 /shell/sugar
parent3e51b086df1221a469bc98842fe779c47f4f2514 (diff)
Simple profile support. First time dialog (ugly and only nick atm).
Diffstat (limited to 'shell/sugar')
-rwxr-xr-xshell/sugar2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sugar b/shell/sugar
index da0b7b3..7486c88 100755
--- a/shell/sugar
+++ b/shell/sugar
@@ -25,7 +25,7 @@ if os.environ.has_key('SUGAR_EMULATOR') and \
os.environ['SUGAR_EMULATOR'] == 'yes':
emulator = Emulator()
emulator.start()
-
+
from session.Session import Session
session = Session()