Changeset 391 for python/trunk/Tools/scripts/2to3
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/scripts/2to3
r2 r391 1 1 #!/usr/bin/env python 2 import sys 2 3 from lib2to3.main import main 3 import sys4 import os5 4 6 5 sys.exit(main("lib2to3.fixes"))
Note:
See TracChangeset
for help on using the changeset viewer.