third_party.pylibs.pylint.src/__main__.py
anatoly techtonik 8fc6fae9be Run as a python module 'python -m pylint'.
Convenience feature on Windows, where Python scripts are never
added to %PATH% directories by default.

  python -m pip install pylint
  python -m pylint
2013-09-22 12:06:37 +03:00

4 lines
56 B
Python

#!/usr/bin/env python
import pylint
pylint.run_pylint()