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