Tools: param_metadata: remove useless shebang

This commit is contained in:
Pierre Kancir 2022-05-19 09:03:59 +02:00 committed by Randy Mackay
parent 4e2e4fa4d4
commit 5bdc77a5b9
8 changed files with 0 additions and 12 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
Emits parameters as an EDN file, does some small remapping of names
"""

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
The standard interface emitters must implement
"""

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
Emit docs in a form acceptable to the old Ardupilot wordpress docs site
"""

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
import json
import copy
from emit import Emit

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""
Emit parameter documentation in markdown format
"""

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
from rstemit import RSTEmit

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
from lxml import etree
from emit import Emit

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
from xml.sax.saxutils import escape, quoteattr
from emit import Emit