Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
2.6
cpython/Tools/scripts/2to3

7 lines
106 B
Plaintext
Raw Permalink Normal View History

Install 2to3 script.
2008-03-24 12:57:53 +00:00
#!/usr/bin/env python
update 2to3 script from 2to3 trunk
2008-09-03 01:53:28 +00:00
from lib2to3.main import main
Install 2to3 script.
2008-03-24 12:57:53 +00:00
import sys
Merged revisions 65853-65854 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool ........ r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line another quick fix to get lib2to3 to work ........
2008-08-19 16:41:34 +00:00
import os
Install 2to3 script.
2008-03-24 12:57:53 +00:00
update 2to3 script from 2to3 trunk
2008-09-03 01:53:28 +00:00
sys.exit(main("lib2to3.fixes"))
Reference in New Issue Copy Permalink
Powered by Gitea Page: 169ms Template: 10ms
English
English
Licenses API