Skip to content

Commit c8d56a4

Browse files
authored
Update test_exchange_client.py
1 parent 4522429 commit c8d56a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test_exchange_client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
import unittest
2+
import sys
3+
import os
4+
curPath = os.path.abspath(os.path.dirname(__file__))
5+
rootPath = os.path.split(curPath)[0]
6+
sys.path.append(rootPath)
27

38
from exchange.ExchangeClient import ExchangeClient
49

0 commit comments

Comments
 (0)