diff options
Diffstat (limited to 'src/mailman_pgp')
| -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 |
