summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-01-26 23:29:34 +0000
committerbwarsaw2002-01-26 23:29:34 +0000
commitb52349b56931d06fb9552eaa1725f7a9ee5d86c7 (patch)
treef7de9348e24056416a4de740a9e072e909c0ff83
parent934489a03705964deaff93d7d6428ee819fb4622 (diff)
downloadmailman-b52349b56931d06fb9552eaa1725f7a9ee5d86c7.tar.gz
mailman-b52349b56931d06fb9552eaa1725f7a9ee5d86c7.tar.zst
mailman-b52349b56931d06fb9552eaa1725f7a9ee5d86c7.zip
-rw-r--r--Mailman/Queue/sbcache.py3
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