Commit f4b3695a5169c92f3380216f5e3aeedddb4f7eaa
1 parent
efd821d2
1
Showing
1 changed file
with
1 additions
and
1 deletions
testcase/hg/createTradingOrder/test_createTradingOrder.py
1 | import sys,os | 1 | import sys,os |
2 | #windows | 2 | #windows |
3 | -sys.path.extend(['E:\\PycharmWorkspace\\test-scripts']) | 3 | +# sys.path.extend(['E:\\PycharmWorkspace\\test-scripts']) |
4 | #liunx | 4 | #liunx |
5 | sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建交易单simple']) | 5 | sys.path.extend(['/usr/jenkins/workspace/辅助脚本-创建交易单simple']) |
6 | import commons as com | 6 | import commons as com |