1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-04 11:10:15 +00:00
qb64/internal/c/mingw64/opt/bin/2to3
2019-01-01 22:40:38 +11:00

5 lines
151 B
Python

#!/c/mingw810/x86_64-810-win32-sjlj-rt_v6-rev0/mingw64/opt/bin/python2.7.exe
import sys
from lib2to3.main import main
sys.exit(main("lib2to3.fixes"))