Tools: autotest: remove useless shebang

This commit is contained in:
Pierre Kancir 2022-05-19 09:00:51 +02:00 committed by Randy Mackay
parent 2cca370a74
commit 4e2e4fa4d4
9 changed files with 0 additions and 18 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Test AntennaTracker vehicle in SITL Test AntennaTracker vehicle in SITL

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Fly Copter in SITL Fly Copter in SITL

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Fly ArduPlane in SITL Fly ArduPlane in SITL

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Dive ArduSub in SITL Dive ArduSub in SITL

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Drive a BalanceBot in SITL Drive a BalanceBot in SITL

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
""" """
Contains functions used to test the ArduPilot examples Contains functions used to test the ArduPilot examples

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Fly Helicopter in SITL Fly Helicopter in SITL

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Drive Rover in SITL Drive Rover in SITL

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
''' '''
Drive a Sailboat in SITL Drive a Sailboat in SITL