shebangs just in case
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 30 Dec 2018 16:39:28 +0000 (17:39 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 30 Dec 2018 16:39:28 +0000 (17:39 +0100)
12 files changed:
bootauth.py
bwmon.py
config.py
iptables.py
nodemanager.py
plugins/drl.py
plugins/rawdisk.py
plugins/sfagids.py
plugins/sliverauth.py
plugins/specialaccounts.py
plugins/syndicate.py
setup.py

index 3ebe30b..19353f4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Obtaining a node session key. Usually, the Boot
 # Manager obtains it, then writes it to /etc/planetlab/session.
index 691d4b3..a6dda3c 100644 (file)
--- a/bwmon.py
+++ b/bwmon.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Average bandwidth monitoring script. Run periodically via NM db.sync to
 # enforce a soft limit on daily bandwidth usage for each slice. If a
index a56fb47..700b2db 100644 (file)
--- a/config.py
+++ b/config.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Parses the PLC configuration file /etc/planetlab/plc_config, which
 # is bootstrapped by Boot Manager, but managed by us.
index e17be94..2842a9d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python3 -tt
 #
 # Author: Daniel Hokka Zakrisson <daniel@hozac.com>
 
index dfe6284..e89fca2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Useful information can be found at https://svn.planet-lab.org/wiki/NodeManager
 #
index bfacd5b..1b10671 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 """ DRL configurator.  """
 
index eb3df0f..9f80c15 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python3 -tt
 # vim:set ts=4 sw=4 expandtab:
 #
 # NodeManager plugin to support mapping unused raw disks into a slice
index a3e1813..ac8be79 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python3 -tt
 # vim:set ts=4 sw=4 expandtab:
 #
 # NodeManager plugin for installing SFA GID's in slivers
index 503afa1..8c2081b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python3 -tt
 # vim:set ts=4 sw=4 expandtab:
 #
 # NodeManager plugin for creating credentials in slivers
index ff984e6..573bc3d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python3 -tt
 # vim:set ts=4 sw=4 expandtab:
 #
 #
index 4a9d4de..2a34e79 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 """ Syndicate configurator.  """
 
index 466c2b1..2d86040 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Setup script for the Node Manager application
 #