Staging
v0.5.1
https://github.com/python/cpython
Revision b0516c2fe0feae6917f82e72f562ebd504cbfaf9 authored by Barry Warsaw on 20 February 2012, 19:44:26 UTC, committed by Barry Warsaw on 20 February 2012, 19:44:26 UTC
2 parent s bb42f5e + f5a5beb
Raw File
Tip revision: b0516c2fe0feae6917f82e72f562ebd504cbfaf9 authored by Barry Warsaw on 20 February 2012, 19:44:26 UTC
null merge from 2.6
Tip revision: b0516c2
2to3
#!/usr/bin/env python
import sys
from lib2to3.main import main

sys.exit(main("lib2to3.fixes"))
back to top