diff options
| author | bwarsaw | 2001-05-18 19:19:30 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-18 19:19:30 +0000 |
| commit | bcac4f1735b29a14c8001d6b2c9f5b16a7b5c6cb (patch) | |
| tree | c0557408063c9a607b16d691526279c992a3f050 | |
| parent | d539a278055db4855669791f527ea7e48ef3ed96 (diff) | |
| download | mailman-bcac4f1735b29a14c8001d6b2c9f5b16a7b5c6cb.tar.gz mailman-bcac4f1735b29a14c8001d6b2c9f5b16a7b5c6cb.tar.zst mailman-bcac4f1735b29a14c8001d6b2c9f5b16a7b5c6cb.zip | |
| -rw-r--r-- | Mailman/Archiver/HyperArch.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index 2c19e5f1a..82bc34205 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -46,8 +46,6 @@ import pipermail from Mailman import mm_cfg, EncWord from Mailman.Logging.Syslog import syslog -from Mailman.Utils import mkdir - gzip = None if mm_cfg.GZIP_ARCHIVE_TXT_FILES: try: |
