Sign in
android
/
platform
/
external
/
python
/
cpython3
/
ae192178679
/
.
/
Tools
/
scripts
/
2to3
blob: f27d18ecf67086bf4b5804e9f8389801cc458b4e [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
from
lib2to3
.
main
import
main
sys
.
exit
(
main
(
"lib2to3.fixes"
))