mirror of https://github.com/ArduPilot/ardupilot
Tools: logger_metadata: remove useless shebang
This commit is contained in:
parent
5bdc77a5b9
commit
4b67ed808f
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import emitter
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import emitter
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from lxml import etree
|
||||
|
|
Loading…
Reference in New Issue