diff options
author | antialias <antialias@leap.se> | 2013-01-30 13:26:18 -0500 |
---|---|---|
committer | antialias <antialias@leap.se> | 2013-01-30 13:26:18 -0500 |
commit | 4b0dc38d6eaa970b49cadbf5c0174eb7c34197fc (patch) | |
tree | 69e225fcbc2be0ad7055454fe6f91e82d21655bc /src/leap/email/smtp/tests/test_smtprelay.py | |
parent | b3f30d14d8a8e728d904b78e9235d63d25e475d1 (diff) |
pep8.
Diffstat (limited to 'src/leap/email/smtp/tests/test_smtprelay.py')
-rw-r--r-- | src/leap/email/smtp/tests/test_smtprelay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/email/smtp/tests/test_smtprelay.py b/src/leap/email/smtp/tests/test_smtprelay.py index 109e253b..1c549eb3 100644 --- a/src/leap/email/smtp/tests/test_smtprelay.py +++ b/src/leap/email/smtp/tests/test_smtprelay.py @@ -60,7 +60,7 @@ class TestSmtpRelay(tests.OpenPGPTestCase): for i, line in enumerate(self.EMAIL_DATA): proto.lineReceived(line + '\r\n') self.assertMatch(transport.value(), - '\r\n'.join(SMTP_ANSWERS[0:i+1])) + '\r\n'.join(SMTP_ANSWERS[0:i + 1])) proto.setTimeout(None) def test_message_encrypt(self): |