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