comparison rhodecode/lib/rcmail/exceptions.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 7ff304d3028f
children 349a0ca30a75
comparison
equal deleted inserted replaced
1817:523b1011a625 1818:cf51bbfb120e
3 """ 3 """
4 Raised if message is missing vital headers, such 4 Raised if message is missing vital headers, such
5 as recipients or sender address. 5 as recipients or sender address.
6 """ 6 """
7 7
8 class BadHeaders(RuntimeError): 8 class BadHeaders(RuntimeError):
9 """ 9 """
10 Raised if message contains newlines in headers. 10 Raised if message contains newlines in headers.
11 """ 11 """