mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
update 2to3 script from 2to3 trunk
This commit is contained in:
parent
eb55fd8d2f
commit
ee3acff3e3
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
from lib2to3 import refactor
|
||||
from lib2to3.main import main
|
||||
import sys
|
||||
import os
|
||||
|
||||
fixers = os.path.join(os.path.dirname(refactor.__file__), "fixes")
|
||||
sys.exit(refactor.main(fixers))
|
||||
sys.exit(main("lib2to3.fixes"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue