source: python/trunk/Lib/lib2to3/__main__.py

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 67 bytes
Line 
1import sys
2from .main import main
3
4sys.exit(main("lib2to3.fixes"))
Note: See TracBrowser for help on using the repository browser.