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