Add SMTPAccount with pluggable handlers

darcs-hash:20070523205437-86b55-a1f69f149e57ba943d7163337bcdc8fdecafae40.gz
This commit is contained in:
David Rousselie
2007-05-23 22:54:37 +02:00
parent c13ad7ec93
commit 7446d401a5
7 changed files with 365 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ def suite():
if __name__ == '__main__':
logger = logging.getLogger()
logger.addHandler(logging.StreamHandler())
logger.setLevel(logging.INFO)
logger.setLevel(logging.CRITICAL)
coverage.erase()
coverage.start()