mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Merged revisions 64313 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64313 | benjamin.peterson | 2008-06-16 15:18:18 -0500 (Mon, 16 Jun 2008) | 1 line fix Tools/scripts/2to3 as the result of a merge error ........
This commit is contained in:
parent
2fadaa2882
commit
920fca3922
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
from lib2to3 import refactor
|
||||
import sys
|
||||
|
||||
sys.exit(refactor.main())
|
||||
sys.exit(refactor.main("lib2to3/fixes"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue