mirror of
https://github.com/python/cpython.git
synced 2024-12-04 23:34:42 +08:00
44fa03d748
Scripts for 2to3, idle, and pydoc are now created and installed by make.
6 lines
97 B
Python
Executable File
6 lines
97 B
Python
Executable File
#!/usr/bin/env python3
|
|
import sys
|
|
from lib2to3.main import main
|
|
|
|
sys.exit(main("lib2to3.fixes"))
|