source:
python/vendor/Python-2.6.5/Tools/scripts/2to3
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 106 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | from lib2to3.main import main |
3 | import sys |
4 | import os |
5 | |
6 | sys.exit(main("lib2to3.fixes")) |
Note:
See TracBrowser
for help on using the repository browser.