mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Install 2to3 script.
This commit is contained in:
parent
9bdead0aed
commit
cdbc977c03
3 changed files with 8 additions and 0 deletions
5
Tools/scripts/2to3
Executable file
5
Tools/scripts/2to3
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from lib2to3 import refactor
|
||||
import sys
|
||||
|
||||
sys.exit(refactor.main())
|
Loading…
Add table
Add a link
Reference in a new issue