Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).

This commit is contained in:
Florent Xicluna 2010-08-09 08:29:08 +00:00
parent 9f347ea545
commit 25803f70fb
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python
from lib2to3.main import main
import sys
import os
from lib2to3.main import main
sys.exit(main("lib2to3.fixes"))