Tools: param_metadata: remove useless shebang
This commit is contained in:
parent
4e2e4fa4d4
commit
5bdc77a5b9
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
Emits parameters as an EDN file, does some small remapping of names
|
||||
"""
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
The standard interface emitters must implement
|
||||
"""
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
Emit docs in a form acceptable to the old Ardupilot wordpress docs site
|
||||
"""
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import json
|
||||
import copy
|
||||
from emit import Emit
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
Emit parameter documentation in markdown format
|
||||
"""
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from rstemit import RSTEmit
|
||||
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from emit import Emit
|
||||
|
@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from xml.sax.saxutils import escape, quoteattr
|
||||
|
||||
from emit import Emit
|
||||
|
Loading…
Reference in New Issue
Block a user