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