#!/opt/komodo-edit-5.1.3/lib/python/bin/python2.6
from lib2to3.main import main
import sys
import os

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