Simple profile support. First time dialog (ugly and only nick atm).

This commit is contained in:
Marco Pesenti Gritti
2006-08-22 16:15:34 +02:00
parent 3e51b086df
commit 511fec421f
7 changed files with 55 additions and 42 deletions
+1 -1
View File
@@ -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()