diff options
Diffstat (limited to 'Mailman/Handlers/ToArchive.py')
| -rw-r--r-- | Mailman/Handlers/ToArchive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToArchive.py b/Mailman/Handlers/ToArchive.py index 5069bc546..f85877a84 100644 --- a/Mailman/Handlers/ToArchive.py +++ b/Mailman/Handlers/ToArchive.py @@ -17,10 +17,10 @@ """Add the message to the archives.""" import time +from cStringIO import StringIO from Mailman import mm_cfg from Mailman.Queue.sbcache import get_switchboard -from Mailman.pythonlib.StringIO import StringIO |
