From eaf40e8c58a8c206637dc921c5dc34f40559b55c Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Wed, 19 May 2010 11:15:31 +0200 Subject: [PATCH] move pyflakes to tools dir --- pyflakes.sh => tools/pyflakes.sh | 3 +++ 1 file changed, 3 insertions(+) rename pyflakes.sh => tools/pyflakes.sh (51%) diff --git a/pyflakes.sh b/tools/pyflakes.sh similarity index 51% rename from pyflakes.sh rename to tools/pyflakes.sh index 19957232..c28b1012 100755 --- a/pyflakes.sh +++ b/tools/pyflakes.sh @@ -1,2 +1,5 @@ #!/bin/bash +if [ `basename $PWD` == 'tools' ]; then + cd .. +fi pyflakes weboob scripts/* | grep -v __init__.py