diff options
| author | Abhilash Raj | 2015-08-06 08:24:14 +0530 |
|---|---|---|
| committer | Barry Warsaw | 2015-08-30 10:35:26 -0400 |
| commit | c320a81ea2c7be83d1d8fc99379a55f763382eba (patch) | |
| tree | 42a97fadc87f44e3c65468491c17b7437bedbebe /src | |
| parent | 5ecee514ae6e88c4f743b6aad7740fe55a6f4b95 (diff) | |
| download | mailman-c320a81ea2c7be83d1d8fc99379a55f763382eba.tar.gz mailman-c320a81ea2c7be83d1d8fc99379a55f763382eba.tar.zst mailman-c320a81ea2c7be83d1d8fc99379a55f763382eba.zip | |
Remove unused import
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/handlers/decorate.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/handlers/decorate.py b/src/mailman/handlers/decorate.py index 9f3e768ce..cf9bfb32e 100644 --- a/src/mailman/handlers/decorate.py +++ b/src/mailman/handlers/decorate.py @@ -28,7 +28,6 @@ import re import logging from email.mime.text import MIMEText -from mailman.config import config from mailman.core.i18n import _ from mailman.email.message import Message from mailman.interfaces.handler import IHandler |
