Fix python shebang following PEP 394 recommendation

This commit is contained in:
Diego Pasqualin
2019-08-26 14:54:19 +02:00
parent b7b89b30ea
commit a624f8b599
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