third_party.pylibs.pylint.src/bin/pylint-gui
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

5 lines
79 B
Python
Executable File

#!/usr/bin/env python
import sys
from pylint import gui
gui.Run(sys.argv[1:])