ardupilot/Tools/LogAnalyzer
cclauss 5729838a85 Tools: UnitTest.py: Change usage of next()
__lit.next()__ is not Python 3 compatible but __next(lit)__ is compatible with both Python 2 and 3.

In Python 2.6 and later, it is safe to merely switch from lit.next() to next(lit). See: http://python3porting.com/improving.html#the-next-next Both the automated tools 2to3 and futurize consider this "fixer" to be a "safe" change as we saw in #6954
2017-09-28 09:45:29 +10:00
..
examples LogAnalyzer: renamed 'logs' folder to 'examples' 2014-06-24 15:07:47 +10:00
tests Tools: TestPitchRollCoupling.py: Change usage of next() 2017-09-24 12:36:03 +10:00
DataflashLog.py Tools: LogAnalyzer: fix bugs, handle newer log formats 2017-09-24 12:34:23 +10:00
LogAnalyzer.py Tools: LogAnalyzer: use repr in place of deprecated backticks 2017-07-22 09:28:28 +10:00
UnitTest.py Tools: UnitTest.py: Change usage of next() 2017-09-28 09:45:29 +10:00
VehicleType.py LogAnalyzer: adjust for change in vehicle definition MSG string 2015-10-15 09:40:25 +09:00
example_output.xml Tools: Fix typos 2016-05-13 19:20:07 -03:00