#!/usr/bin/env python
import sys
from logilab.pylint import lint
lint.Run(sys.argv[1:])
