#! /usr/bin/python
import sys
from pyflakes.scripts.pyflakes import main
main(sys.argv[1:])
