mirror of https://github.com/ArduPilot/ardupilot
autotest: try again to get paths right!
This commit is contained in:
parent
d9e6a1ece9
commit
860c88c786
|
@ -5,7 +5,7 @@ import sys, os, pexpect, fdpexpect, socket
|
|||
import math, time, select, struct, signal, errno
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'pysim'))
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', '..', '..', '..', '..', 'mavlink', 'pymavlink'))
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', '..', '..', '..', 'mavlink', 'pymavlink'))
|
||||
|
||||
import util, fgFDM, atexit
|
||||
|
||||
|
|
Loading…
Reference in New Issue