mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
c593451e5d
* The `print """` syntax appears invalid in Python 3 which is the default for the Python binary on my system (and soon many more). * Convert the file (using `2to3`) to a version that's compatible with Python 2 and Python 3. * Tested against Python 2.7.10 and 3.4.3.