mirror of https://github.com/ArduPilot/ardupilot
5729838a85
__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 |
||
---|---|---|
.. | ||
examples | ||
tests | ||
DataflashLog.py | ||
LogAnalyzer.py | ||
UnitTest.py | ||
VehicleType.py | ||
example_output.xml |