integration tests: mavros: remove python2 shebang

This commit is contained in:
Nuno Marques
2024-05-16 14:54:54 +01:00
parent 0f4154005a
commit f8205995be
5 changed files with 7 additions and 11 deletions
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
#***************************************************************************
#
# Copyright (c) 2015 PX4 Development Team. All rights reserved.
@@ -35,8 +35,7 @@
#
# @author Andreas Antener <andreas@uaventure.com>
#
# The shebang of this file is currently Python2 because some
# dependencies such as pymavlink don't play well with Python3 yet.
from __future__ import division
PKG = 'px4'
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
#***************************************************************************
#
# Copyright (c) 2015 PX4 Development Team. All rights reserved.
@@ -35,8 +35,7 @@
#
# @author Andreas Antener <andreas@uaventure.com>
#
# The shebang of this file is currently Python2 because some
# dependencies such as pymavlink don't play well with Python3 yet.
from __future__ import division
PKG = 'px4'
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
#***************************************************************************
#
# Copyright (c) 2020 PX4 Development Team. All rights reserved.
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
from __future__ import division
import unittest
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
#***************************************************************************
#
# Copyright (c) 2015-2016 PX4 Development Team. All rights reserved.
@@ -36,8 +36,6 @@
# @author Andreas Antener <andreas@uaventure.com>
#
# The shebang of this file is currently Python2 because some
# dependencies such as pymavlink don't play well with Python3 yet.
from __future__ import division
PKG = 'px4'