summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/tests/test_imap.py
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-07-21 19:16:53 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-07-21 19:17:46 -0300
commit6ab67b4c69be4d3f3fb34dd3f76cd36822e7e1ca (patch)
tree5e84bf46c4eef5d8d9f6c0724904e8e8aa9e4b5f /src/leap/mail/imap/tests/test_imap.py
parenta36a3bd419bdf33d66ed77277089db537e8b7b36 (diff)
Fixed all the pep8 warnings in the code
Diffstat (limited to 'src/leap/mail/imap/tests/test_imap.py')
-rw-r--r--src/leap/mail/imap/tests/test_imap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/mail/imap/tests/test_imap.py b/src/leap/mail/imap/tests/test_imap.py
index af1bd69..ffe59c3 100644
--- a/src/leap/mail/imap/tests/test_imap.py
+++ b/src/leap/mail/imap/tests/test_imap.py
@@ -439,7 +439,7 @@ class LEAPIMAP4ServerTestCase(IMAP4HelperMixin):
d1 = self.connected.addCallback(strip(add_mailbox))
d1.addCallback(strip(login))
d1.addCallback(strip(select))
- #d1.addErrback(self._ebGeneral)
+ # d1.addErrback(self._ebGeneral)
d2 = self.loopback()