Merge pull request #17 from nicomem/master

Change shebang to use python3 by default
This commit is contained in:
Zen 2020-02-06 02:35:52 +02:00 committed by GitHub
commit 72cfe0ccc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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