repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move sections
[python/dscho.git]
/
Tools
/
scripts
/
2to3
blob
2a447cffeaf3608ff8d7e73e07fafc99adccb107
1
#!/usr/bin/env python
2
from
lib2to3
.
main
import
main
3
import
sys
4
import
os
5
6
sys
.
exit
(
main
(
"lib2to3.fixes"
))