summaryrefslogtreecommitdiff
path: root/bin/pyreverse.bat
diff options
context:
space:
mode:
authorKevin Phillips <thefriendlycoder@gmail.com>2016-03-02 23:15:40 -0400
committerKevin Phillips <thefriendlycoder@gmail.com>2016-03-02 23:15:40 -0400
commit47a988fc662c1cf902a30123bd208d1cfc734937 (patch)
tree0488ccdeebe4848c274e822e1769a1076f07a430 /bin/pyreverse.bat
parente425926d3ec721785a8e86af5445c69575d3caca (diff)
downloadpylint-git-47a988fc662c1cf902a30123bd208d1cfc734937.tar.gz
Fixed Windows startup scripts so they redirect to the executable files generated by setuptools.
Diffstat (limited to 'bin/pyreverse.bat')
-rw-r--r--bin/pyreverse.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pyreverse.bat b/bin/pyreverse.bat
index 81d4e186f..30c46d7be 100644
--- a/bin/pyreverse.bat
+++ b/bin/pyreverse.bat
@@ -2,4 +2,4 @@
rem Use python to execute the python script having the same name as this batch
rem file, but without any extension, located in the same directory as this
rem batch file
-python "%~dpn0" %*
+"%~dpn0" %*