weboob-devel/tools/pyflakes.sh
2010-05-19 11:15:31 +02:00

5 lines
117 B
Bash
Executable file

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