Edit File: 2to3
#!/usr/bin/python2.6 from lib2to3.main import main import sys import os sys.exit(main("lib2to3.fixes"))
Back to File Manager