This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
tornado
mirror of
https://github.com/tornadoweb/tornado.git
Watch
1
Star
1
Fork
You've already forked tornado
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
495c94f632
tornado
/
maint
/
scripts
/
run_fixers.py
7 lines
97 B
Python
Executable File
Raw
Blame
History
#!/usr/bin/env python
import
sys
from
lib2to3
.
main
import
main
sys
.
exit
(
main
(
"
custom_fixers
"
)
)
Reference in New Issue
View Git Blame
Copy Permalink