source: python/vendor/Python-2.6.5/Tools/scripts/2to3

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 106 bytes
Line 
1#!/usr/bin/env python
2from lib2to3.main import main
3import sys
4import os
5
6sys.exit(main("lib2to3.fixes"))
Note: See TracBrowser for help on using the repository browser.