From 4e2e4fa4d44349a0b332e4a65a6c25c011672025 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Thu, 19 May 2022 09:00:51 +0200 Subject: [PATCH] Tools: autotest: remove useless shebang --- Tools/autotest/antennatracker.py | 2 -- Tools/autotest/arducopter.py | 2 -- Tools/autotest/arduplane.py | 2 -- Tools/autotest/ardusub.py | 2 -- Tools/autotest/balancebot.py | 2 -- Tools/autotest/examples.py | 2 -- Tools/autotest/helicopter.py | 2 -- Tools/autotest/rover.py | 2 -- Tools/autotest/sailboat.py | 2 -- 9 files changed, 18 deletions(-) diff --git a/Tools/autotest/antennatracker.py b/Tools/autotest/antennatracker.py index 6492f18b0f..cf58feab40 100644 --- a/Tools/autotest/antennatracker.py +++ b/Tools/autotest/antennatracker.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Test AntennaTracker vehicle in SITL diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index ea1e762176..b8d4d50e2e 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Fly Copter in SITL diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 469743a2a6..6b389c5b82 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Fly ArduPlane in SITL diff --git a/Tools/autotest/ardusub.py b/Tools/autotest/ardusub.py index b9a94fd41b..47a186cdd8 100644 --- a/Tools/autotest/ardusub.py +++ b/Tools/autotest/ardusub.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Dive ArduSub in SITL diff --git a/Tools/autotest/balancebot.py b/Tools/autotest/balancebot.py index 820298fa2d..3c9b72ff16 100644 --- a/Tools/autotest/balancebot.py +++ b/Tools/autotest/balancebot.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Drive a BalanceBot in SITL diff --git a/Tools/autotest/examples.py b/Tools/autotest/examples.py index 934b336fc7..590205b331 100644 --- a/Tools/autotest/examples.py +++ b/Tools/autotest/examples.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """ Contains functions used to test the ArduPilot examples diff --git a/Tools/autotest/helicopter.py b/Tools/autotest/helicopter.py index 6f5a9a0d4d..2c08334cc0 100644 --- a/Tools/autotest/helicopter.py +++ b/Tools/autotest/helicopter.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Fly Helicopter in SITL diff --git a/Tools/autotest/rover.py b/Tools/autotest/rover.py index e946c616b8..d148946a0b 100644 --- a/Tools/autotest/rover.py +++ b/Tools/autotest/rover.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Drive Rover in SITL diff --git a/Tools/autotest/sailboat.py b/Tools/autotest/sailboat.py index 94672a1cc5..218204fc38 100644 --- a/Tools/autotest/sailboat.py +++ b/Tools/autotest/sailboat.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - ''' Drive a Sailboat in SITL