Tools: add missing import to arducopter.py

Fixes undefined names on lines 1406 and 1408
This commit is contained in:
cclauss 2018-08-19 01:06:22 +02:00 committed by Peter Barker
parent a5c59ce36e
commit da7fe1055a

View File

@ -13,8 +13,8 @@ from pymavlink import mavutil
from pysim import util from pysim import util
from common import AutoTest from common import AutoTest, AutoTestTimeoutException
from common import NotAchievedException, AutoTestTimeoutException from common import NotAchievedException, PreconditionFailedException
# get location of scripts # get location of scripts
testdir = os.path.dirname(os.path.realpath(__file__)) testdir = os.path.dirname(os.path.realpath(__file__))