This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5306234655
cpython
/
Tools
/
scripts
/
2to3
6 lines
96 B
Python
Executable File
Raw
Blame
History
#!/usr/bin/env python
import
sys
from
lib2to3
.
main
import
main
sys
.
exit
(
main
(
"
lib2to3.fixes
"
)
)
Reference in New Issue
View Git Blame
Copy Permalink