Merge pull request #1971 from radfish/PR-py3--bump-interpreter
[setuptools packaging] zeronet: bump script interpreter to python3
This commit is contained in:
commit
447ab47d59
2 changed files with 2 additions and 2 deletions
2
start.py
2
start.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2.7
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
|
||||||
# Included modules
|
# Included modules
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python2.7
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Included modules
|
# Included modules
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue