require python 3 for all tools used in updates

This commit is contained in:
Sarah Hoffmann
2019-07-28 20:36:35 +02:00
parent 511204c158
commit 7753ba6019
4 changed files with 7 additions and 7 deletions

View File

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

View File

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