From: parmentelat Date: Mon, 17 Dec 2018 10:28:30 +0000 (+0100) Subject: python3 in shebangs X-Git-Tag: pyplnet-7.0-0~6 X-Git-Url: http://git.onelab.eu/?p=pyplnet.git;a=commitdiff_plain;h=7c4a08f95b10541a86a2db01ae69ae0b858d7cd2 python3 in shebangs --- diff --git a/plnet.py b/plnet.py index 40d1862..b125fd2 100755 --- a/plnet.py +++ b/plnet.py @@ -1,4 +1,4 @@ -#!/usr/bin/python /usr/bin/plcsh +#!/usr/bin/python3 /usr/bin/plcsh import os import socket diff --git a/setup.py b/setup.py index 4969113..24f939c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Setup script for pyplnet #