示例#1
0
文件: steps.py 项目: 05259/client
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.selectSyncFolder(context)
示例#2
0
文件: steps.py 项目: 05259/client
def step(context):
    newAccount = AccountConnectionWizard()
    newAccount.addServer(context)
    newAccount.addUserCreds(context)
    newAccount.selectSyncFolder(context)