예제 #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)