aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests
diff options
context:
space:
mode:
authorJ08nY2017-07-19 21:59:31 +0200
committerJ08nY2017-07-19 22:00:54 +0200
commit3659f4ac5994edb10366ce6e5c45a368422469d9 (patch)
treec0cbef8576195caf5d87f1828d4f7b1e64d22b4c /src/mailman_pgp/pgp/tests
parentc1949ab33a6699965666eb2e0de0f92e6f0aea39 (diff)
downloadmailman-pgp-3659f4ac5994edb10366ce6e5c45a368422469d9.tar.gz
mailman-pgp-3659f4ac5994edb10366ce6e5c45a368422469d9.tar.zst
mailman-pgp-3659f4ac5994edb10366ce6e5c45a368422469d9.zip
Diffstat (limited to 'src/mailman_pgp/pgp/tests')
-rw-r--r--src/mailman_pgp/pgp/tests/test_keygen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_keygen.py b/src/mailman_pgp/pgp/tests/test_keygen.py
index bbd0c84..f2f72a7 100644
--- a/src/mailman_pgp/pgp/tests/test_keygen.py
+++ b/src/mailman_pgp/pgp/tests/test_keygen.py
@@ -22,7 +22,7 @@ from unittest import TestCase
from parameterized import parameterized
from pgpy import PGPKey
-from pgpy.constants import PubKeyAlgorithm, EllipticCurveOID
+from pgpy.constants import EllipticCurveOID, PubKeyAlgorithm
from mailman_pgp.pgp.keygen import ListKeyGenerator