Child: [820433] (diff)

Download this file

__init__.py    5 lines (4 with data), 115 Bytes

1
2
3
4
class FakeSpamChecker(object):
"""No-op spam checker"""
def check(self, *args, **kw):
return False