From 9ed88f25f042f64e9d16406cbd1ac22c5a8ad49e Mon Sep 17 00:00:00 2001 From: redfish Date: Sat, 6 Apr 2019 22:55:55 -0400 Subject: [PATCH] zeronet: bump script interpreter to python3 --- start.py | 2 +- zeronet.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start.py b/start.py index fc2bc076..89608eaa 100644 --- a/start.py +++ b/start.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python3 # Included modules diff --git a/zeronet.py b/zeronet.py index de08f32a..a05e6098 100755 --- a/zeronet.py +++ b/zeronet.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python3 # Included modules import os