Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
f17ff4e1d675bdf84676021d2c444e0ba002aa5c
/
.
/
Tools
/
scripts
/
2to3
blob: 7578d9d7f070980dad96431d2a5af82c2a24d3d1 [
file
]
#!/usr/bin/env python
from
lib2to3
import
refactor
import
sys
sys
.
exit
(
refactor
.
main
(
"lib2to3/fixes"
))