diff options
| author | J08nY | 2017-08-07 17:20:58 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 17:20:58 +0200 |
| commit | 10e4b784f51d437429ffb49a937fa68a1ad33bbe (patch) | |
| tree | 9b4c3b2252af629f0302c003810dbcc3e995003f | |
| parent | bc7e48609ea44936589ff2b73d76d1f895c1120d (diff) | |
| download | mailman-pgp-10e4b784f51d437429ffb49a937fa68a1ad33bbe.tar.gz mailman-pgp-10e4b784f51d437429ffb49a937fa68a1ad33bbe.tar.zst mailman-pgp-10e4b784f51d437429ffb49a937fa68a1ad33bbe.zip | |
| -rw-r--r-- | src/mailman_pgp/commands/eml_key.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/commands/eml_key.py b/src/mailman_pgp/commands/eml_key.py index 5799b8f..46303c3 100644 --- a/src/mailman_pgp/commands/eml_key.py +++ b/src/mailman_pgp/commands/eml_key.py @@ -16,8 +16,8 @@ # this program. If not, see <http://www.gnu.org/licenses/>. """The key email command.""" -import logging import copy +import logging from email.mime.text import MIMEText from mailman.email.message import UserNotification |
