Fix sys.path in rpctest.py to prepend instead of append the binding directory

This commit is contained in:
Srivats P. 2014-07-06 18:59:59 +05:30
parent 470d390658
commit 63ea66fa4f

View File

@ -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