python -> python3

This commit is contained in:
Anthony Scemama 2023-08-21 14:54:41 +02:00
parent e2416a2d68
commit f9fdd1effd
6 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python3
import zmq import zmq
import sys, os import sys, os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python3
import zmq import zmq
import sys, os import sys, os

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python3
import sys import sys
from math import * from math import *
arg = sys.argv arg = sys.argv

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python3
# Computes the error on the excitation energy of a CIPSI run. # Computes the error on the excitation energy of a CIPSI run.
def student(p,df): def student(p,df):

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python3
import os import os
import json import json

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
import os import os
import sys import sys