#!/usr/bin/env python
import sys
from two2three.main import main

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