Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
38eceaaf0c207709cfbb44c7a1b9715699622848
/
.
/
Tools
/
scripts
/
2to3
blob: 251c2917a4aaa6693e4a58d227b315459e5e2447 [
file
]
#!/usr/bin/env python
from
lib2to3
import
refactor
import
sys
sys
.
exit
(
refactor
.
main
())