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
1 changed files with 1 additions and 1 deletions

View File

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