Cleanup and startup the wm before first time dialog
This commit is contained in:
-11
@@ -26,17 +26,6 @@ if os.environ.has_key('SUGAR_EMULATOR') and \
|
||||
emulator = Emulator()
|
||||
emulator.start()
|
||||
|
||||
from FirstTimeDialog import FirstTimeDialog
|
||||
import conf
|
||||
|
||||
profile = conf.get_profile()
|
||||
if profile.get_nick_name() == None:
|
||||
dialog = FirstTimeDialog()
|
||||
dialog.run()
|
||||
profile.save()
|
||||
|
||||
env.setup_user(profile)
|
||||
|
||||
from session.Session import Session
|
||||
|
||||
session = Session()
|
||||
|
||||
Reference in New Issue
Block a user