1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

Add 'pyflakes' rule.

This commit is contained in:
Jelmer Vernooij
2010-03-01 04:45:43 +01:00
parent 6d9c0724a6
commit 1ef50d5de4

View File

@ -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