summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/tests/utils.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-08-04 12:18:50 -0400
committerKali Kaneko <kali@leap.se>2015-08-04 12:18:50 -0400
commit5a97000032cf9cdb8dee5310126f6de11b09d942 (patch)
treead4b6f576bcf488188cab873a9bc316c903daeba /src/leap/mail/imap/tests/utils.py
parent570bf35249b1271a9453d5970059e080f2947d17 (diff)
[style] pep8 fixes + pep8 script
Diffstat (limited to 'src/leap/mail/imap/tests/utils.py')
-rw-r--r--src/leap/mail/imap/tests/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/mail/imap/tests/utils.py b/src/leap/mail/imap/tests/utils.py
index 83c3f29..a34538b 100644
--- a/src/leap/mail/imap/tests/utils.py
+++ b/src/leap/mail/imap/tests/utils.py
@@ -99,7 +99,8 @@ class IMAP4HelperMixin(SoledadTestMixin):
# Soledad sync makes trial block forever. The sync it's mocked to
# fix this problem. _mock_soledad_get_from_index can be used from
# the tests to provide documents.
- # TODO see here, possibly related? -- http://www.pythoneye.com/83_20424875/
+ # TODO see here, possibly related?
+ # -- http://www.pythoneye.com/83_20424875/
self._soledad.sync = Mock()
d = defer.Deferred()