3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-10 21:18:22 +01:00

Use python3 instead of python2 in replace_and_rename.py script

This commit is contained in:
Nils Wentzell 2023-09-13 14:50:44 -04:00
parent 1320dda5c3
commit a5ab612302

View File

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