Commit ccfb5114 by zhaihuitao

update

parent 0099626c
...@@ -11,7 +11,7 @@ from testcase.game.game_param import allevent ...@@ -11,7 +11,7 @@ from testcase.game.game_param import allevent
rootPath = os.path.split(curPath)[0] rootPath = os.path.split(curPath)[0]
sys.path.append(rootPath)''' sys.path.append(rootPath)'''
base_dir = os.path.dirname(os.path.abspath(__file__)) base_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(['/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase']) sys.path.extend(['/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase'])
lst = [] lst = []
newList = ['195713813811'] newList = ['195713813811']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment