diff options
| author | bwarsaw | 1999-08-25 02:50:44 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-08-25 02:50:44 +0000 |
| commit | 1004eaa41ea77b3e805da8b3698069a6f8c7c258 (patch) | |
| tree | d4600b314cdde076de78e22128f587dcf1e1a38d | |
| parent | fde15b7cea70201bd437b8cce022cf68b0bcdb8b (diff) | |
| download | mailman-1004eaa41ea77b3e805da8b3698069a6f8c7c258.tar.gz mailman-1004eaa41ea77b3e805da8b3698069a6f8c7c258.tar.zst mailman-1004eaa41ea77b3e805da8b3698069a6f8c7c258.zip | |
Removed unused import of fcntl
| -rw-r--r-- | Mailman/Utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py index e24abefae..31a597f6c 100644 --- a/Mailman/Utils.py +++ b/Mailman/Utils.py @@ -29,7 +29,6 @@ import string import re # XXX: obsolete, should use re module import regsub -import fcntl import random import mm_cfg import Errors |
