Fix sys.path in rpctest.py to prepend instead of append the binding directory
This commit is contained in:
parent
470d390658
commit
63ea66fa4f
@ -7,7 +7,7 @@ import subprocess
|
||||
import sys
|
||||
import time
|
||||
|
||||
sys.path.append('../binding')
|
||||
sys.path.insert(1, '../binding')
|
||||
from core import ost_pb, DroneProxy
|
||||
from rpc import RpcError
|
||||
from protocols.mac_pb2 import mac
|
||||
|
Loading…
Reference in New Issue
Block a user