Tools: logger_metadata: remove useless shebang

This commit is contained in:
Pierre Kancir 2022-05-19 09:04:48 +02:00 committed by Randy Mackay
parent 5bdc77a5b9
commit 4b67ed808f
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
from __future__ import print_function
import emitter

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
from __future__ import print_function
import emitter

View File

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