1
#!/bin/sh
2
set -e
3
4
echo "= pep8 ="
5
for i in `find . -iname '*.py'` ; do
6
echo "Checking $i"
7
pep8 $i
8
done
Loggerhead is a web-based interface for Breezy Version: 2.0.1