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 sys, os

View File

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

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
from math import *
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.
def student(p,df):

View File

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

View File

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