#!/local/pkg/oe/sharp/tmp/staging/i686-linux/bin/python
import sys
from logilab.pylint import lint
lint.Run(sys.argv[1:])
