summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-10-01 16:37:40 +0000
committerbwarsaw2001-10-01 16:37:40 +0000
commit893243337eed3d7d97387ba93c4572543f20b738 (patch)
tree8510c0d618b95fdc26bb6bf49ecde5f6cdaca43e
parent2b4c93ce5af0297d0efbee3faa0168cc0a2c74b1 (diff)
downloadmailman-893243337eed3d7d97387ba93c4572543f20b738.tar.gz
mailman-893243337eed3d7d97387ba93c4572543f20b738.tar.zst
mailman-893243337eed3d7d97387ba93c4572543f20b738.zip
-rw-r--r--Mailman/Handlers/ToArchive.py2
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