zeronet: bump script interpreter to python3
This commit is contained in:
parent
226f7dea65
commit
9ed88f25f0
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