#!/usr/local/bin/python2.6
import sys
from pylint import lint
lint.Run(sys.argv[1:])
