zeronet: bump script interpreter to python3

This commit is contained in:
redfish 2019-04-06 22:55:55 -04:00
parent 226f7dea65
commit 9ed88f25f0
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

View File

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