diff options
| author | bwarsaw | 2001-10-01 16:37:40 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-10-01 16:37:40 +0000 |
| commit | 893243337eed3d7d97387ba93c4572543f20b738 (patch) | |
| tree | 8510c0d618b95fdc26bb6bf49ecde5f6cdaca43e | |
| parent | 2b4c93ce5af0297d0efbee3faa0168cc0a2c74b1 (diff) | |
| download | mailman-893243337eed3d7d97387ba93c4572543f20b738.tar.gz mailman-893243337eed3d7d97387ba93c4572543f20b738.tar.zst mailman-893243337eed3d7d97387ba93c4572543f20b738.zip | |
| -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 |
