diff options
| author | J08nY | 2017-07-17 19:18:54 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-17 19:18:54 +0200 |
| commit | 20317c3444e0b11d8d4676dec23c34222d4d7340 (patch) | |
| tree | 42914fe88de12ecc986cc50451b7727f7a52f3fd /src/mailman_pgp/workflows | |
| parent | 8fe73c6364c873e1bd52286353c3f79a4486127a (diff) | |
| download | mailman-pgp-20317c3444e0b11d8d4676dec23c34222d4d7340.tar.gz mailman-pgp-20317c3444e0b11d8d4676dec23c34222d4d7340.tar.zst mailman-pgp-20317c3444e0b11d8d4676dec23c34222d4d7340.zip | |
Diffstat (limited to 'src/mailman_pgp/workflows')
| -rw-r--r-- | src/mailman_pgp/workflows/key_change.py | 2 | ||||
| -rw-r--r-- | src/mailman_pgp/workflows/pubkey.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/workflows/key_change.py b/src/mailman_pgp/workflows/key_change.py index cc5b9fc..50a6c5b 100644 --- a/src/mailman_pgp/workflows/key_change.py +++ b/src/mailman_pgp/workflows/key_change.py @@ -29,7 +29,7 @@ from zope.interface import implementer from mailman_pgp.database import transaction from mailman_pgp.model.address import PGPAddress from mailman_pgp.model.list import PGPMailingList -from mailman_pgp.pgp.utils import copy_headers +from mailman_pgp.utils.email import copy_headers from mailman_pgp.pgp.wrapper import PGPWrapper CHANGE_CONFIRM_REQUEST = """\ diff --git a/src/mailman_pgp/workflows/pubkey.py b/src/mailman_pgp/workflows/pubkey.py index e9ce348..8196eef 100644 --- a/src/mailman_pgp/workflows/pubkey.py +++ b/src/mailman_pgp/workflows/pubkey.py @@ -5,7 +5,7 @@ from pgpy import PGPKey from mailman_pgp.database import transaction from mailman_pgp.model.address import PGPAddress from mailman_pgp.model.list import PGPMailingList -from mailman_pgp.pgp.utils import copy_headers +from mailman_pgp.utils.email import copy_headers from mailman_pgp.pgp.wrapper import PGPWrapper KEY_REQUEST = """\ |
