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

21 lines
377 B
Batchfile

@echo off
rem = """-*-Python-*- script
@echo off
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
python -x %~f0 %*
goto exit
"""
# -------------------- Python section --------------------
import sys
from pylint import gui
gui.Run(sys.argv[1:])
DosExitLabel = """
:exit
rem """