Install 2to3 script.

This commit is contained in:
Martin v. Löwis 2008-03-24 12:57:53 +00:00
parent 9bdead0aed
commit cdbc977c03
3 changed files with 8 additions and 0 deletions

5
Tools/scripts/2to3 Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python
from lib2to3 import refactor
import sys
sys.exit(refactor.main())