1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-16 16:44:17 +00:00
qb64/internal/c/mingw64/opt/bin/2to3

6 lines
151 B
Text
Raw Normal View History

2019-01-01 11:40:38 +00:00
#!/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"))