mirror of https://github.com/python/cpython
update 2to3 script from 2to3 trunk
This commit is contained in:
parent
eb55fd8d2f
commit
ee3acff3e3
|
@ -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…
Reference in New Issue