mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Revert r88503 as Benjamin's request.
This commit is contained in:
parent
e1ea8298c6
commit
e457f0d220
2 changed files with 3 additions and 6 deletions
|
@ -1,4 +0,0 @@
|
|||
import sys
|
||||
from .main import main
|
||||
|
||||
sys.exit(main("lib2to3.fixes"))
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
import runpy
|
||||
import sys
|
||||
from lib2to3.main import main
|
||||
|
||||
runpy.run_module('lib2to3', run_name='__main__', alter_sys=True)
|
||||
sys.exit(main("lib2to3.fixes"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue