summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2016-02-09 17:09:14 +0100
committerRuben Pollan <meskio@sindominio.net>2016-02-09 17:09:14 +0100
commitaa87f3bb4205b6a756668aac15fe92acb41bf067 (patch)
tree9e215b624d6fb3386802e53fcb7ceb2f863a3f64
parent6b08e8c98b66440e3b583818c2ead1e01f2f3679 (diff)
[style] fix pep8
-rw-r--r--src/leap/mail/generator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/mail/generator.py b/src/leap/mail/generator.py
index 7028817..bb3f26e 100644
--- a/src/leap/mail/generator.py
+++ b/src/leap/mail/generator.py
@@ -13,7 +13,8 @@ class Generator(EmailGenerator):
So you need to set foldheaders if you want the toplevel to fold headers
- TODO: Python 3.3 is patched against this problems. See issue 1590744 on python bug tracker.
+ TODO: Python 3.3 is patched against this problems. See issue 1590744 on
+ python bug tracker.
"""
def _write_headers(self, msg):
for h, v in msg.items():