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