Commit a6f85e22 authored by Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 88535 via svnmerge from

svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r88535 | brett.cannon | 2011-02-23 13:46:46 -0600 (Wed, 23 Feb 2011) | 1 line

  Add lib2to3.__main__ for easy testing from the console.
........
parent c38f025a
import sys
from .main import main
sys.exit(main("lib2to3.fixes"))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment