Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
c063191cb7f9170f9565e305f8aa2b79ab2bf609
/
.
/
Lib
/
lib2to3
/
__main__.py
blob: 80688baf27abfcaf99ea680787f17212747db5f6 [
file
]
import
sys
from
.
main
import
main
sys
.
exit
(
main
(
"lib2to3.fixes"
))