move pyflakes to tools dir

This commit is contained in:
Christophe Benz 2010-05-19 11:15:31 +02:00
commit eaf40e8c58

View file

@ -1,2 +1,5 @@
#!/bin/bash
if [ `basename $PWD` == 'tools' ]; then
cd ..
fi
pyflakes weboob scripts/* | grep -v __init__.py