aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/tests/test_base.py
diff options
context:
space:
mode:
authorJ08nY2017-07-15 17:21:35 +0200
committerJ08nY2017-07-15 17:21:35 +0200
commitbc396ca1623c885cd6df4ab49bcccf23880a29c8 (patch)
tree29ed0f5e0d78cdcec3494d1ea4b637fde8a97099 /src/mailman_pgp/workflows/tests/test_base.py
parent64572d90cac74f8967dfe9ef25206812d9986d63 (diff)
downloadmailman-pgp-bc396ca1623c885cd6df4ab49bcccf23880a29c8.tar.gz
mailman-pgp-bc396ca1623c885cd6df4ab49bcccf23880a29c8.tar.zst
mailman-pgp-bc396ca1623c885cd6df4ab49bcccf23880a29c8.zip
Diffstat (limited to 'src/mailman_pgp/workflows/tests/test_base.py')
-rw-r--r--src/mailman_pgp/workflows/tests/test_base.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman_pgp/workflows/tests/test_base.py b/src/mailman_pgp/workflows/tests/test_base.py
index e3cc833..4b3ad26 100644
--- a/src/mailman_pgp/workflows/tests/test_base.py
+++ b/src/mailman_pgp/workflows/tests/test_base.py
@@ -37,8 +37,9 @@ 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.workflows.base import (ConfirmPubkeyMixin, KEY_REQUEST,
- PGPMixin, SetPubkeyMixin)
+from mailman_pgp.workflows.base import (PGPMixin)
+from mailman_pgp.workflows.pubkey import (KEY_REQUEST, SetPubkeyMixin,
+ ConfirmPubkeyMixin)
class PubkeyMixinTestSetup():