another couple python2 scripts need change in their shebang
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Nov 2019 10:26:46 +0000 (11:26 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Nov 2019 10:26:46 +0000 (11:26 +0100)
pcucontrol/models/racadm.py
pcucontrol/reboot.py

index f4e69dc..4a6097a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 
 import threading
 import socket
index 90fe6c7..a54eead 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 #
 # Reboot specified nodes
 #