diff options
| author | bwarsaw | 1998-07-23 22:55:49 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-07-23 22:55:49 +0000 |
| commit | 9b7dc66df8b9f0ed1793fbb755366fcdb01f65fa (patch) | |
| tree | 97b43b038a1ef35fb67e985d3f56cda4979cf64a /Mailman/ListAdmin.py | |
| parent | b9e2958513f4f799f75b8b0d1a6b1bdd5320d781 (diff) | |
| download | mailman-9b7dc66df8b9f0ed1793fbb755366fcdb01f65fa.tar.gz mailman-9b7dc66df8b9f0ed1793fbb755366fcdb01f65fa.tar.zst mailman-9b7dc66df8b9f0ed1793fbb755366fcdb01f65fa.zip | |
Removed import of marshal. It isn't used here.
Diffstat (limited to 'Mailman/ListAdmin.py')
| -rw-r--r-- | Mailman/ListAdmin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index 59020bb2f..33ee13e36 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -22,7 +22,6 @@ # Handling, we consider that an error condition, and raise MMNeedApproval import os -import marshal import time import string import Errors |
