third_party.pylibs.pylint.src/bin/pyreverse.bat

19 lines
366 B
Batchfile
Raw Normal View History

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