From 860c88c786ca998f1d239ff7cd5cdbc15de6da5f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Jun 2012 18:43:34 +1000 Subject: [PATCH] autotest: try again to get paths right! --- Tools/autotest/jsbsim/runsim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/jsbsim/runsim.py b/Tools/autotest/jsbsim/runsim.py index f6ff225537..40ada9805c 100755 --- a/Tools/autotest/jsbsim/runsim.py +++ b/Tools/autotest/jsbsim/runsim.py @@ -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