2to3 96 Bytes
Newer Older
1
#!/usr/bin/env python
2 3
import sys
from lib2to3.main import main
4

5
sys.exit(main("lib2to3.fixes"))