diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-17 18:11:22 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-17 18:11:28 +0000 |
commit | 49ccfb1a00e09f6757b6e597883c95a34d612771 (patch) | |
tree | c8e9cb5928897c5ba3efe4aa85a85ac23f2c163d /test/command_callback/python_paths/with_virtualenv | |
parent | 0e96d4576ad44ab66c075eed83d71ed0451dc645 (diff) | |
download | ale-49ccfb1a00e09f6757b6e597883c95a34d612771.zip |
Fix #516 - Add support for pyflakes for Python
Diffstat (limited to 'test/command_callback/python_paths/with_virtualenv')
-rwxr-xr-x | test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe | 0 | ||||
-rwxr-xr-x | test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyflakes.exe diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes b/test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/bin/pyflakes |