Mercurial > bitten > bitten-test
view Makefile @ 88:8ae753a22494
Some refactoring of the BEEP implementation:
* Renamed {{{MIMEMessage}}} to {{{Payload}}}
* No longer is a subclass of {{{email.Message.Message}}}
author | cmlenz |
---|---|
date | Thu, 14 Jul 2005 14:20:42 +0000 |
parents | 196009657e5e |
children | 4289fa18de0f |
line wrap: on
line source
PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923 PYTHONPATH = . all: pylint pylint: PYTHONPATH=$(PYTHONPATH) pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint-results.txt