mirror of https://github.com/ArduPilot/ardupilot
waf: use python3 even if /usr/bin/python is v2
This commit is contained in:
parent
ce703cbed7
commit
3371296e39
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
Loading…
Reference in New Issue