2to3.py 96 B

12345
  1. #!/usr/bin/env python
  2. import sys
  3. from lib2to3.main import main
  4. sys.exit(main("lib2to3.fixes"))