Merge pull request #1971 from radfish/PR-py3--bump-interpreter

[setuptools packaging] zeronet: bump script interpreter to python3
This commit is contained in:
ZeroNet 2019-04-08 01:57:58 +02:00 committed by GitHub
commit 447ab47d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python3
# Included modules # Included modules

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python3
# Included modules # Included modules
import os import os