source: python/trunk/Tools/scripts/2to3@ 779

Last change on this file since 779 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: 96 bytes
Line 
1#!/usr/bin/env python
2import sys
3from lib2to3.main import main
4
5sys.exit(main("lib2to3.fixes"))
Note: See TracBrowser for help on using the repository browser.