Browse Source

Tools: autotest: remove useless shebang

apm_2208
Pierre Kancir 3 years ago committed by Randy Mackay
parent
commit
4e2e4fa4d4
  1. 2
      Tools/autotest/antennatracker.py
  2. 2
      Tools/autotest/arducopter.py
  3. 2
      Tools/autotest/arduplane.py
  4. 2
      Tools/autotest/ardusub.py
  5. 2
      Tools/autotest/balancebot.py
  6. 2
      Tools/autotest/examples.py
  7. 2
      Tools/autotest/helicopter.py
  8. 2
      Tools/autotest/rover.py
  9. 2
      Tools/autotest/sailboat.py

2
Tools/autotest/antennatracker.py

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

2
Tools/autotest/arducopter.py

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

2
Tools/autotest/arduplane.py

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

2
Tools/autotest/ardusub.py

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

2
Tools/autotest/balancebot.py

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

2
Tools/autotest/examples.py

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

2
Tools/autotest/helicopter.py

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

2
Tools/autotest/rover.py

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

2
Tools/autotest/sailboat.py

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

Loading…
Cancel
Save