mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
This commit is contained in:
parent
9f347ea545
commit
25803f70fb
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from lib2to3.main import main
|
||||
import sys
|
||||
import os
|
||||
from lib2to3.main import main
|
||||
|
||||
sys.exit(main("lib2to3.fixes"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue