set python to python2.7 on DATA/rpl

This commit is contained in:
Ruben Rodriguez 2022-08-10 13:34:45 -04:00
parent bcaf5ddaff
commit f39bc7f94b

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/python2.7
import optparse, sys, os, tempfile, re import optparse, sys, os, tempfile, re
try: import readline try: import readline