Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c80902eac8cc71c4a6eb64d65a07c78d1825a94e
/
.
/
Tools
/
scripts
/
2to3
blob: 7578d9d7f070980dad96431d2a5af82c2a24d3d1 [
file
] [
log
] [
blame
]
#!/usr/bin/env python
from
lib2to3
import
refactor
import
sys
sys
.
exit
(
refactor
.
main
(
"lib2to3/fixes"
))