Skip to content

[FIX] python3 compatibility of aeroolib

Sébastien Pulver requested to merge jamotion/aeroolib:master into master

iterator.next() is not supported in python3 so we had to switch to next(iterator)

Merge request reports