diff options
| author | J08nY | 2017-07-19 21:59:31 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-19 22:00:54 +0200 |
| commit | 3659f4ac5994edb10366ce6e5c45a368422469d9 (patch) | |
| tree | c0cbef8576195caf5d87f1828d4f7b1e64d22b4c /src/mailman_pgp/pgp | |
| parent | c1949ab33a6699965666eb2e0de0f92e6f0aea39 (diff) | |
| download | mailman-pgp-3659f4ac5994edb10366ce6e5c45a368422469d9.tar.gz mailman-pgp-3659f4ac5994edb10366ce6e5c45a368422469d9.tar.zst mailman-pgp-3659f4ac5994edb10366ce6e5c45a368422469d9.zip | |
Diffstat (limited to 'src/mailman_pgp/pgp')
| -rw-r--r-- | src/mailman_pgp/pgp/__init__.py | 2 | ||||
| -rw-r--r-- | src/mailman_pgp/pgp/tests/test_keygen.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/pgp/__init__.py b/src/mailman_pgp/pgp/__init__.py index b41c8a1..6841f02 100644 --- a/src/mailman_pgp/pgp/__init__.py +++ b/src/mailman_pgp/pgp/__init__.py @@ -24,7 +24,7 @@ from os.path import join from mailman.config import config as mailman_config from mailman.utilities.string import expand from pgpy import PGPKeyring -from pgpy.constants import PubKeyAlgorithm, EllipticCurveOID +from pgpy.constants import EllipticCurveOID, PubKeyAlgorithm from public import public from mailman_pgp.config import config 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 |
