#!/usr/bin/env python3.2
import sys

from lib3to2.main import main

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