mirror of
https://github.com/python/cpython.git
synced 2025-09-15 05:06:12 +00:00
fix Tools/scripts/2to3 as the result of a merge error
This commit is contained in:
parent
a8919fe631
commit
b8bfdf5200
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
from lib2to3 import refactor
|
from lib2to3 import refactor
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
sys.exit(refactor.main())
|
sys.exit(refactor.main("lib2to3/fixes"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue