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