Kaydet (Commit) ee3acff3 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

update 2to3 script from 2to3 trunk

üst eb55fd8d
#!/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"))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment