update 2to3 script from 2to3 trunk

This commit is contained in:
Benjamin Peterson 2008-09-03 01:53:28 +00:00
parent eb55fd8d2f
commit ee3acff3e3
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python
from lib2to3 import refactor
from lib2to3.main import main
import sys
import os
fixers = os.path.join(os.path.dirname(refactor.__file__), "fixes")
sys.exit(refactor.main(fixers))
sys.exit(main("lib2to3.fixes"))