moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation

This commit is contained in:
Tarek Ziade 2012-02-14 13:12:22 +01:00
parent 603dd96ae3
commit 1fb8c5113b
2 changed files with 1 additions and 1 deletions

5
flake8/flake8 Executable file
View file

@ -0,0 +1,5 @@
#!/home/tarek/dev/bitbucket.org/flake8-clean/bin/python
from flake8.run import main
if __name__ == '__main__':
main()