third_party.pylibs.pylint.src/bin/pyreverse
2008-09-08 17:03:54 +02:00

5 lines
86 B
Python
Executable File

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