Merge pull request #1477 from dpasqualin/fix-python-shebang

Fix python shebang following PEP 394 recommendation
This commit is contained in:
Sarah Hoffmann
2019-08-26 22:40:43 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys
from osmium.replication import server

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import osmium
import sys