From: Sarah Hoffmann Date: Mon, 26 Aug 2019 20:40:43 +0000 (+0200) Subject: Merge pull request #1477 from dpasqualin/fix-python-shebang X-Git-Tag: v3.4.0~14 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/b81a57f1e4b4384046138a6b9d178a22cbd40515?hp=b7b89b30ea9ddf5ba59bd8e2cdf525e937517ad2 Merge pull request #1477 from dpasqualin/fix-python-shebang Fix python shebang following PEP 394 recommendation --- diff --git a/utils/check_server_for_updates.py b/utils/check_server_for_updates.py index 05b69657..bcc9d0ba 100755 --- a/utils/check_server_for_updates.py +++ b/utils/check_server_for_updates.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import sys from osmium.replication import server diff --git a/utils/osm_file_date.py b/utils/osm_file_date.py index b8c54a7c..0443e6ac 100755 --- a/utils/osm_file_date.py +++ b/utils/osm_file_date.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import osmium import sys