third_party.pylibs.pylint.src/bin/pylint-gui
Sylvain Thénault 4b316ba0b5 create a console_scripts entry point to be used by easy_install, buildout and pip. Closes #103949
uniformize run interface and update licensing on the way
2012-09-14 13:25:22 +02:00

4 lines
73 B
Python
Executable File

#!/usr/bin/env python
from pylint import run_pylint_gui
run_pylint_gui()