autotest: try again to get paths right!

This commit is contained in:
Andrew Tridgell 2012-06-15 18:43:34 +10:00
parent d09ac5899b
commit b2f8fad0a3
1 changed files with 1 additions and 1 deletions

View File

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