summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/mail/imap/tests/__init__.py')
-rw-r--r--src/leap/mail/imap/tests/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/mail/imap/tests/__init__.py b/src/leap/mail/imap/tests/__init__.py
index f3d5ca6..32dacee 100644
--- a/src/leap/mail/imap/tests/__init__.py
+++ b/src/leap/mail/imap/tests/__init__.py
@@ -1,4 +1,4 @@
-#-*- encoding: utf-8 -*-
+# -*- encoding: utf-8 -*-
"""
leap/email/imap/tests/__init__.py
----------------------------------
@@ -26,10 +26,10 @@ from leap.soledad.client import Soledad
from leap.soledad.common.document import SoledadDocument
-#-----------------------------------------------------------------------------
+# -----------------------------------------------------------------------------
# Some tests inherit from BaseSoledadTest in order to have a working Soledad
# instance in each test.
-#-----------------------------------------------------------------------------
+# -----------------------------------------------------------------------------
class BaseSoledadIMAPTest(BaseLeapTest):
"""