From f60bc6208846ab5ed02e85645bcf424d12a4356b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 28 Nov 2019 11:26:46 +0100 Subject: [PATCH] another couple python2 scripts need change in their shebang --- pcucontrol/models/racadm.py | 2 +- pcucontrol/reboot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 # -- 2.43.0