summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToUsenet.py
diff options
context:
space:
mode:
authortwouters2001-07-10 12:07:00 +0000
committertwouters2001-07-10 12:07:00 +0000
commitcca555d48c2dadbfd3376643fdd90143f781ac27 (patch)
treec60cfe8a354296253ad47f44483bb5dceb9c20aa /Mailman/Handlers/ToUsenet.py
parenteb67dbf38b127b9f8e7319c0058b684a63f2d7c9 (diff)
downloadmailman-cca555d48c2dadbfd3376643fdd90143f781ac27.tar.gz
mailman-cca555d48c2dadbfd3376643fdd90143f781ac27.tar.zst
mailman-cca555d48c2dadbfd3376643fdd90143f781ac27.zip
Move COMMASPACE global from NewsRunner.py (where it isn't used) to
ToUsenet.py (where it is.) This is probably a glitch in the functionality split, anyway, and moving around the global saves on creation and destruction costs. Very important, that!
Diffstat (limited to 'Mailman/Handlers/ToUsenet.py')
-rw-r--r--Mailman/Handlers/ToUsenet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Handlers/ToUsenet.py b/Mailman/Handlers/ToUsenet.py
index 41482872b..3dcdf9a1a 100644
--- a/Mailman/Handlers/ToUsenet.py
+++ b/Mailman/Handlers/ToUsenet.py
@@ -20,6 +20,7 @@ from Mailman import mm_cfg
from Mailman.Queue.sbcache import get_switchboard
from Mailman.Logging.Syslog import syslog
+COMMASPACE = ', '
def process(mlist, msg, msgdata):