aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/commands
diff options
context:
space:
mode:
authorJ08nY2017-08-02 18:55:51 +0200
committerJ08nY2017-08-02 18:55:51 +0200
commit7075b5c47012e57455d6fc610f064b8d690b44cb (patch)
treee337c4f1b42b8ba9fa9d6ff7492ca92f87cc5cb9 /src/mailman_pgp/commands
parent2681a5cd91b2563a24cf41b5dafe491bae6106ab (diff)
downloadmailman-pgp-7075b5c47012e57455d6fc610f064b8d690b44cb.tar.gz
mailman-pgp-7075b5c47012e57455d6fc610f064b8d690b44cb.tar.zst
mailman-pgp-7075b5c47012e57455d6fc610f064b8d690b44cb.zip
Diffstat (limited to 'src/mailman_pgp/commands')
-rw-r--r--src/mailman_pgp/commands/tests/test_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/commands/tests/test_key.py b/src/mailman_pgp/commands/tests/test_key.py
index 674438d..ec535ec 100644
--- a/src/mailman_pgp/commands/tests/test_key.py
+++ b/src/mailman_pgp/commands/tests/test_key.py
@@ -33,7 +33,7 @@ from pgpy.constants import (
from zope.component import getUtility
from mailman_pgp.config import mm_config
-from mailman_pgp.database import transaction, mm_transaction
+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.mime import MIMEWrapper