Browse Source

Tools: add missing import to arducopter.py

Fixes undefined names on lines 1406 and 1408
master
cclauss 7 years ago committed by Peter Barker
parent
commit
da7fe1055a
  1. 4
      Tools/autotest/arducopter.py

4
Tools/autotest/arducopter.py

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

Loading…
Cancel
Save