]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1477 from dpasqualin/fix-python-shebang
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 26 Aug 2019 20:40:43 +0000 (22:40 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 20:40:43 +0000 (22:40 +0200)
Fix python shebang following PEP 394 recommendation

utils/check_server_for_updates.py
utils/osm_file_date.py

index 05b69657bfc219076c97d98aa210e3c322d03c2d..bcc9d0ba0d40a86aebe34426d16e9db3296606a5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import sys
 from osmium.replication import server
index b8c54a7cce5d4ddb01631e48b93126115ea502c6..0443e6ace4f5df6f9778b85427fa17641c6232b0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 import osmium
 import sys