Staging
v0.8.1
Revision 95d8acfde3e46efdfa843002babe2cfe9b2465bb authored by Benjamin Peterson on 08 April 2014, 14:50:54 UTC, committed by Benjamin Peterson on 08 April 2014, 14:50:54 UTC
1 parent 96c9a35
Raw File
__main__.py
import sys
from .main import main

sys.exit(main("lib2to3.fixes"))
back to top