mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3.
This commit is contained in:
parent
bd258bd4c6
commit
4cfa24757b
2 changed files with 6 additions and 3 deletions
4
Lib/lib2to3/__main__.py
Normal file
4
Lib/lib2to3/__main__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import sys
|
||||
from .main import main
|
||||
|
||||
sys.exit(main("lib2to3.fixes"))
|
Loading…
Add table
Add a link
Reference in a new issue