diff options
| author | bwarsaw | 2002-01-26 23:29:34 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-26 23:29:34 +0000 |
| commit | b52349b56931d06fb9552eaa1725f7a9ee5d86c7 (patch) | |
| tree | f7de9348e24056416a4de740a9e072e909c0ff83 | |
| parent | 934489a03705964deaff93d7d6428ee819fb4622 (diff) | |
| download | mailman-b52349b56931d06fb9552eaa1725f7a9ee5d86c7.tar.gz mailman-b52349b56931d06fb9552eaa1725f7a9ee5d86c7.tar.zst mailman-b52349b56931d06fb9552eaa1725f7a9ee5d86c7.zip | |
| -rw-r--r-- | Mailman/Queue/sbcache.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/Queue/sbcache.py b/Mailman/Queue/sbcache.py index 68b0043e1..9b918fc5e 100644 --- a/Mailman/Queue/sbcache.py +++ b/Mailman/Queue/sbcache.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001 by the Free Software Foundation, Inc. +# Copyright (C) 2001,2002 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 @@ -22,6 +22,5 @@ from Mailman.Queue.Switchboard import Switchboard _sbcache = {} def get_switchboard(qdir): - global _sbcache switchboard = _sbcache.setdefault(qdir, Switchboard(qdir)) return switchboard |
