From: Thierry Parmentelat Date: Thu, 28 Nov 2019 10:26:46 +0000 (+0100) Subject: another couple python2 scripts need change in their shebang X-Git-Url: http://git.onelab.eu/?p=pcucontrol.git;a=commitdiff_plain;h=f60bc6208846ab5ed02e85645bcf424d12a4356b another couple python2 scripts need change in their shebang --- diff --git a/pcucontrol/models/racadm.py b/pcucontrol/models/racadm.py index f4e69dc..4a6097a 100755 --- a/pcucontrol/models/racadm.py +++ b/pcucontrol/models/racadm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import threading import socket diff --git a/pcucontrol/reboot.py b/pcucontrol/reboot.py index 90fe6c7..a54eead 100755 --- a/pcucontrol/reboot.py +++ b/pcucontrol/reboot.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Reboot specified nodes #