changing from step to module

This commit is contained in:
cktricky
2018-04-19 11:12:56 -04:00
parent 8f3e3d6ac0
commit 680791d708
24 changed files with 63 additions and 63 deletions

View File

@@ -5,8 +5,8 @@ from libs.sts import *
def step_sts_get_accountid():
def module_sts_get_accountid():
get_accountid()
def step_sts_get_accountidall():
def module_sts_get_accountidall():
get_accountid_all()