cpython/Tools/scripts/2to3
Christian Heimes 44fa03d748
gh-93939: Create and install scripts in Makefile (GH-94324)
Scripts for 2to3, idle, and pydoc are now created and installed by make.
2022-06-28 14:56:06 +02:00

5 lines
97 B
Python
Executable file

#!/usr/bin/env python3
import sys
from lib2to3.main import main
sys.exit(main("lib2to3.fixes"))