always point at python3
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Mar 2019 17:55:47 +0000 (18:55 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Mar 2019 17:55:47 +0000 (18:55 +0100)
21 files changed:
clientbin/sfadump.py
clientbin/sfascan.py
clientbin/sfax509.py
clientbin/sfiAddAttribute.py
clientbin/sfiAddLinks.py
clientbin/sfiAddSliver.py
clientbin/sfiDeleteAttribute.py
clientbin/sfiDeleteSliver.py
clientbin/sfiListLinks.py
clientbin/sfiListNodes.py
clientbin/sfiListSlivers.py
config/sfa-config-tty
keyconvert/keyconvert.py
readme.py
setup.py
sfa/client/manifolduploader.py
sfa/client/sfi_commands.py
sfa/examples/miniclient.py
sfa/managers/eucalyptus/euca_rspec_validator.py
sfa/rspecs/versions/ofeliav1.py
tools/reset_gids.py

index 9d4afa4..d46fbfb 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 import os
index 641a057..cdaadd7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 from sfa.client.sfascan import SfaScan
 
index 22c2614..0cc792e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 
 
index 186828c..de1b8c5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 
index 3f08553..7cd612c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 
index 8431bd7..0ae3e84 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 
index 7e566f7..6794d45 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 
index ff3b9de..d3a0112 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 
index d84b942..ed32d24 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 from sfa.client.sfi_commands import Commands
index b14b982..e115b8f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 
index 32da6b5..934e293 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 from sfa.client.sfi_commands import Commands
index 029cfa1..7e0c8bd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import os
 import sys
index 2effcb6..a330e70 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import sys
 import base64
index 29d992a..4814dd5 100755 (executable)
--- a/readme.py
+++ b/readme.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 
 
index 6b624df..412b401 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 
 
index f40e2aa..c469b35 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # inspired from tophat/bin/uploadcredential.py
 #
index a8724b1..d93b396 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 import sys
 from optparse import OptionParser
index c588b5f..16b2a6e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # this is designed to use a totally empty new directory
 # so we demonstrate how to bootstrap the whole thing
index 719cc47..fe6e585 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 
index 3922034..78dece7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding:utf-8 -*-
 
 from sfa.storage.model import *