diff options
author | Kevin Phillips <thefriendlycoder@gmail.com> | 2016-03-02 23:15:40 -0400 |
---|---|---|
committer | Kevin Phillips <thefriendlycoder@gmail.com> | 2016-03-02 23:15:40 -0400 |
commit | 47a988fc662c1cf902a30123bd208d1cfc734937 (patch) | |
tree | 0488ccdeebe4848c274e822e1769a1076f07a430 /bin/pyreverse.bat | |
parent | e425926d3ec721785a8e86af5445c69575d3caca (diff) | |
download | pylint-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.bat | 2 |
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" %* |