aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/tests/test_base.py
diff options
context:
space:
mode:
authorJ08nY2017-08-06 02:30:57 +0200
committerJ08nY2017-08-06 02:30:57 +0200
commitb56debf2d3db0732e6fa4a3d22ecaaae78fc5b65 (patch)
tree0fc2ae11bf353d0da9f52f7d7c3dc5100936a51a /src/mailman_pgp/workflows/tests/test_base.py
parent66f1510d1a38c10944a13665e1b7f9ecb14a8d8f (diff)
downloadmailman-pgp-b56debf2d3db0732e6fa4a3d22ecaaae78fc5b65.tar.gz
mailman-pgp-b56debf2d3db0732e6fa4a3d22ecaaae78fc5b65.tar.zst
mailman-pgp-b56debf2d3db0732e6fa4a3d22ecaaae78fc5b65.zip
Diffstat (limited to 'src/mailman_pgp/workflows/tests/test_base.py')
-rw-r--r--src/mailman_pgp/workflows/tests/test_base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/workflows/tests/test_base.py b/src/mailman_pgp/workflows/tests/test_base.py
index 5273939..440068c 100644
--- a/src/mailman_pgp/workflows/tests/test_base.py
+++ b/src/mailman_pgp/workflows/tests/test_base.py
@@ -37,8 +37,8 @@ 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)
+from mailman_pgp.workflows.key_confirm import ConfirmPubkeyMixin
+from mailman_pgp.workflows.key_set import KEY_REQUEST, SetPubkeyMixin
class PubkeyMixinTestSetup():