Staging
v0.8.1
Revision f7ac4fe52a278d512e263cb1711dd95c06dc964f authored by Ned Deily on 17 October 2017, 03:50:50 UTC, committed by Ned Deily on 17 October 2017, 03:50:50 UTC
1 parent c730223
Raw File
2to3
#!/usr/bin/env python
import sys
from lib2to3.main import main

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