Tools: TestParams.py: Fix undefine name VehicleType

__VehicleType__ is used on lines 47, 53, and 56 but is never defined or imported.  This could result in a NameError runtime exception.
This commit is contained in:
cclauss 2017-09-29 00:20:59 +02:00 committed by Peter Barker
parent 5ebc8c2cb3
commit d91a3250a6

View File

@ -1,5 +1,6 @@
from LogAnalyzer import Test,TestResult
from LogAnalyzer import Test, TestResult
import DataflashLog
from VehicleType import VehicleType
import math # for isnan()