From 759f1e145700fe15fbb2cdde34e78e49daec5814 Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 20 Jul 2018 18:21:52 +0100 Subject: [PATCH] Specify python3 in shebang lines --- buildPy2exe.py | 2 +- syncplayClient.py | 2 +- syncplayServer.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 8b643d6..85cedf8 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 #coding:utf8 diff --git a/syncplayClient.py b/syncplayClient.py index 478b5be..917849e 100755 --- a/syncplayClient.py +++ b/syncplayClient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 import sys diff --git a/syncplayServer.py b/syncplayServer.py index 2522d2f..148deba 100755 --- a/syncplayServer.py +++ b/syncplayServer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 #coding:utf8 import sys