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