aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests
diff options
context:
space:
mode:
authorJ08nY2017-08-02 00:18:59 +0200
committerJ08nY2017-08-02 01:35:10 +0200
commit1ebd6a90ef52f1d2cea4467ebb0941d42938d283 (patch)
tree849c1ab7ffb76b3f950d89dad4418a8a41431612 /src/mailman_pgp/pgp/tests
parentfa2b97fb2e6e75af8bfc0bc3620b1a37179bdedc (diff)
downloadmailman-pgp-1ebd6a90ef52f1d2cea4467ebb0941d42938d283.tar.gz
mailman-pgp-1ebd6a90ef52f1d2cea4467ebb0941d42938d283.tar.zst
mailman-pgp-1ebd6a90ef52f1d2cea4467ebb0941d42938d283.zip
Diffstat (limited to 'src/mailman_pgp/pgp/tests')
-rw-r--r--src/mailman_pgp/pgp/tests/test_inline.py4
-rw-r--r--src/mailman_pgp/pgp/tests/test_mime.py4
-rw-r--r--src/mailman_pgp/pgp/tests/test_wrapper.py4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_inline.py b/src/mailman_pgp/pgp/tests/test_inline.py
index 1f1f687..d9f8c8a 100644
--- a/src/mailman_pgp/pgp/tests/test_inline.py
+++ b/src/mailman_pgp/pgp/tests/test_inline.py
@@ -20,8 +20,8 @@
from parameterized import parameterized
from mailman_pgp.pgp.inline import InlineWrapper
-from mailman_pgp.testing.pgp import (load_key, load_message, WrapperTestCase,
- load_revoc)
+from mailman_pgp.testing.pgp import (
+ load_key, load_message, load_revoc, WrapperTestCase)
class InlineWrapperTestCase(WrapperTestCase):
diff --git a/src/mailman_pgp/pgp/tests/test_mime.py b/src/mailman_pgp/pgp/tests/test_mime.py
index f059c8d..e9951cf 100644
--- a/src/mailman_pgp/pgp/tests/test_mime.py
+++ b/src/mailman_pgp/pgp/tests/test_mime.py
@@ -20,8 +20,8 @@
from parameterized import parameterized
from mailman_pgp.pgp.mime import MIMEWrapper
-from mailman_pgp.testing.pgp import (load_key, load_message, WrapperTestCase,
- load_revoc)
+from mailman_pgp.testing.pgp import (
+ load_key, load_message, load_revoc, WrapperTestCase)
class MIMEWrapperTestCase(WrapperTestCase):
diff --git a/src/mailman_pgp/pgp/tests/test_wrapper.py b/src/mailman_pgp/pgp/tests/test_wrapper.py
index 465b740..b9c157a 100644
--- a/src/mailman_pgp/pgp/tests/test_wrapper.py
+++ b/src/mailman_pgp/pgp/tests/test_wrapper.py
@@ -22,8 +22,8 @@ from mailman_pgp.pgp.inline import InlineWrapper
from mailman_pgp.pgp.mime import MIMEWrapper
from mailman_pgp.pgp.mime_multisig import MIMEMultiSigWrapper
from mailman_pgp.pgp.wrapper import PGPWrapper
-from mailman_pgp.testing.pgp import (load_key, load_message, WrapperTestCase,
- load_revoc)
+from mailman_pgp.testing.pgp import (
+ load_key, load_message, load_revoc, WrapperTestCase)
class PGPWrapperTestCase(WrapperTestCase):