diff options
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_pgp.py')
| -rw-r--r-- | src/mailman_pgp/pgp/tests/test_pgp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_pgp.py b/src/mailman_pgp/pgp/tests/test_pgp.py index 6ff674d..ab2a69a 100644 --- a/src/mailman_pgp/pgp/tests/test_pgp.py +++ b/src/mailman_pgp/pgp/tests/test_pgp.py @@ -25,8 +25,8 @@ from mailman_pgp.config import config 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.testing.layers import PGPConfigLayer +from mailman_pgp.testing.pgp import load_key class TestPGP(TestCase): |
