summaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_wrapper.py
diff options
context:
space:
mode:
authorJ08nY2017-07-28 15:25:57 +0200
committerJ08nY2017-07-28 15:26:35 +0200
commit84b94dfcc84c9f9e1a69734a3005637daee77cb3 (patch)
treee84aa441880b9fad4d9fc8d672cda9fcd3b331f3 /src/mailman_pgp/pgp/tests/test_wrapper.py
parentf48c5d7f60e73593f347b346cdf5caedf0c05628 (diff)
downloadmailman-pgp-84b94dfcc84c9f9e1a69734a3005637daee77cb3.tar.gz
mailman-pgp-84b94dfcc84c9f9e1a69734a3005637daee77cb3.tar.zst
mailman-pgp-84b94dfcc84c9f9e1a69734a3005637daee77cb3.zip
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_wrapper.py')
-rw-r--r--src/mailman_pgp/pgp/tests/test_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_wrapper.py b/src/mailman_pgp/pgp/tests/test_wrapper.py
index ce206e7..eb096d3 100644
--- a/src/mailman_pgp/pgp/tests/test_wrapper.py
+++ b/src/mailman_pgp/pgp/tests/test_wrapper.py
@@ -18,8 +18,8 @@
"""Tests for the combined wrapper."""
from parameterized import parameterized
-from mailman_pgp.pgp.tests.base import load_key, load_message, WrapperTestCase
from mailman_pgp.pgp.wrapper import PGPWrapper
+from mailman_pgp.testing.pgp import load_key, load_message, WrapperTestCase
class PGPWrapperTestCase(WrapperTestCase):