mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation
This commit is contained in:
parent
603dd96ae3
commit
1fb8c5113b
2 changed files with 1 additions and 1 deletions
5
flake8/flake8
Executable file
5
flake8/flake8
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/home/tarek/dev/bitbucket.org/flake8-clean/bin/python
|
||||
from flake8.run import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue