~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
#!/bin/sh
# Run pyflakes checks on files modified in working copy.
(bzr status | sed -e '0,/^modified/d; /^[^ ]/,$d';
 bzr status | sed -e '0,/^added/d; /^[^ ]/,$d') |\
	grep '\.py$' |\
	xargs `dirname $0`/flaky.py