diff options
| author | J08nY | 2017-07-28 15:25:57 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-28 15:26:35 +0200 |
| commit | 84b94dfcc84c9f9e1a69734a3005637daee77cb3 (patch) | |
| tree | e84aa441880b9fad4d9fc8d672cda9fcd3b331f3 /src/mailman_pgp/workflows/tests/test_base.py | |
| parent | f48c5d7f60e73593f347b346cdf5caedf0c05628 (diff) | |
| download | mailman-pgp-84b94dfcc84c9f9e1a69734a3005637daee77cb3.tar.gz mailman-pgp-84b94dfcc84c9f9e1a69734a3005637daee77cb3.tar.zst mailman-pgp-84b94dfcc84c9f9e1a69734a3005637daee77cb3.zip | |
Diffstat (limited to 'src/mailman_pgp/workflows/tests/test_base.py')
| -rw-r--r-- | src/mailman_pgp/workflows/tests/test_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/workflows/tests/test_base.py b/src/mailman_pgp/workflows/tests/test_base.py index 109ece2..31b3d05 100644 --- a/src/mailman_pgp/workflows/tests/test_base.py +++ b/src/mailman_pgp/workflows/tests/test_base.py @@ -33,9 +33,9 @@ from zope.interface import implementer from mailman_pgp.database import mm_transaction, transaction from mailman_pgp.model.address import PGPAddress from mailman_pgp.model.list import PGPMailingList -from mailman_pgp.pgp.tests.base import load_key from mailman_pgp.pgp.wrapper import PGPWrapper from mailman_pgp.testing.layers import PGPConfigLayer +from mailman_pgp.testing.pgp import load_key from mailman_pgp.workflows.base import (PGPMixin) from mailman_pgp.workflows.pubkey import (ConfirmPubkeyMixin, KEY_REQUEST, SetPubkeyMixin) |
