[cleanup] Point all shebang to python3 (#372)

Authored by: fstirlitz
This commit is contained in:
felix 2021-06-03 11:43:42 +02:00 committed by pukkandan
parent 14b17a551f
commit cc52de4356
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
49 changed files with 54 additions and 43 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# coding: utf-8
from __future__ import unicode_literals