autotest: fixed import of mavwp

This commit is contained in:
Andrew Tridgell 2013-06-18 16:27:21 +10:00
parent 75bcd7cdab
commit 21436dc1a6
4 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,8 @@
import util, pexpect, sys, time, math, shutil, os
from common import *
import mavutil, random
from pymavlink import mavutil
import random
# get location of scripts
testdir=os.path.dirname(os.path.realpath(__file__))

View File

@ -2,7 +2,8 @@
import util, pexpect, sys, time, math, shutil, os
from common import *
import mavutil, mavwp, random
from pymavlink import mavutil, mavwp
import random
# get location of scripts
testdir=os.path.dirname(os.path.realpath(__file__))

View File

@ -2,7 +2,8 @@
import util, pexpect, sys, time, math, shutil, os
from common import *
import mavutil, random
from pymavlink import mavutil
import random
# get location of scripts
testdir=os.path.dirname(os.path.realpath(__file__))

View File

@ -1,4 +1,5 @@
import util, pexpect, time, math, mavwp
import util, pexpect, time, math
from pymavlink import mavwp
# a list of pexpect objects to read while waiting for
# messages. This keeps the output to stdout flowing