mirror of https://github.com/python/cpython
fix Tools/scripts/2to3 as the result of a merge error
This commit is contained in:
parent
a8919fe631
commit
b8bfdf5200
|
@ -2,4 +2,4 @@
|
|||
from lib2to3 import refactor
|
||||
import sys
|
||||
|
||||
sys.exit(refactor.main())
|
||||
sys.exit(refactor.main("lib2to3/fixes"))
|
||||
|
|
Loading…
Reference in New Issue