diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-03-01 04:45:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-03-01 04:46:50 +0100 |
commit | 1ef50d5de4e1341703a35200e4c90ec4fba0ce89 (patch) | |
tree | d7191f4806480d5d3dc112f5bb2f01f2f02c63b5 | |
parent | 6d9c0724a6dbc8afc736e64a11d4aed0de5776f5 (diff) | |
download | samba-1ef50d5de4e1341703a35200e4c90ec4fba0ce89.tar.gz samba-1ef50d5de4e1341703a35200e4c90ec4fba0ce89.tar.bz2 samba-1ef50d5de4e1341703a35200e4c90ec4fba0ce89.zip |
Add 'pyflakes' rule.
-rw-r--r-- | source4/scripting/python/config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index 390f6c811a..0dd248e645 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -33,3 +33,8 @@ epydoc:: pythonmods PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit testtools install:: installpython + +PYFLAKES = pyflakes + +pyflakes:: + $(PYFLAKES) $(pyscriptsrcdir)/samba |