mirror of
https://github.com/python/cpython.git
synced 2024-12-12 03:04:15 +08:00
823725e93c
svn+ssh://pythondev@svn.python.org/python/trunk ........ r61846 | martin.v.loewis | 2008-03-24 13:57:53 +0100 (Mo, 24 Mär 2008) | 2 lines Install 2to3 script. ........ r61847 | martin.v.loewis | 2008-03-24 14:31:16 +0100 (Mo, 24 Mär 2008) | 2 lines Patch #2240: Implement signal.setitimer and signal.getitimer. ........
6 lines
89 B
Python
Executable File
6 lines
89 B
Python
Executable File
#!/usr/bin/env python
|
|
from lib2to3 import refactor
|
|
import sys
|
|
|
|
sys.exit(refactor.main())
|