def step(context): newAccount = AccountConnectionWizard() newAccount.selectSyncFolder(context)
def step(context): newAccount = AccountConnectionWizard() newAccount.addServer(context) newAccount.addUserCreds(context) newAccount.selectSyncFolder(context)