blob: f131302b936c89f37b37cdcd7f91474650f2b76a [file] [log] [blame]
@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.pyreverse import main
main.Run(sys.argv[1:])
DosExitLabel = """
:exit
rem """