Commit 9b61a3eebfc99260e233da440c5713dcd2410029
1 parent
3a523efc
1
Showing
2 changed files
with
2 additions
and
2 deletions
testcase/hg/createTradingOrder/test_createTradingOrder.py
... | ... | @@ -7,7 +7,7 @@ import commons as com |
7 | 7 | from commons.MySession import hg |
8 | 8 | from commons.basic.createAndTrade import createAndTrade |
9 | 9 | from tmp import d |
10 | -from tmp import t | |
10 | +from tmp import tt | |
11 | 11 | create = createAndTrade() |
12 | 12 | # path = os.path.dirname(os.path.abspath(sys.argv[0])) |
13 | 13 | #查看文件有效路径 | ... | ... |