mirror of https://github.com/ArduPilot/ardupilot
Tools: fix exec permission
This commit is contained in:
parent
e99ddb9f52
commit
020bd0ba1e
|
@ -1,4 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
""" ArduPilot IMU Filter Test Class
|
""" ArduPilot IMU Filter Test Class
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Provide structured data understood by the CustomBuild server app.py
|
Provide structured data understood by the CustomBuild server app.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue