mirror of
https://github.com/python/cpython
synced 2024-11-02 09:15:30 +00:00
44fa03d748
Scripts for 2to3, idle, and pydoc are now created and installed by make.
5 lines
97 B
Python
Executable file
5 lines
97 B
Python
Executable file
#!/usr/bin/env python3
|
|
import sys
|
|
from lib2to3.main import main
|
|
|
|
sys.exit(main("lib2to3.fixes"))
|