Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: cf744da03be452ea69316838f08afbd4ba464be1 authored by Georg Brandl on 05 March 2011, 13:57:44 UTC
Close legacy-trunk branch.
Tip revision: cf744da
2to3
#!/usr/bin/env python
from lib2to3.main import main
import sys
import os

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