diff options
| author | twouters | 2001-07-10 12:07:00 +0000 |
|---|---|---|
| committer | twouters | 2001-07-10 12:07:00 +0000 |
| commit | cca555d48c2dadbfd3376643fdd90143f781ac27 (patch) | |
| tree | c60cfe8a354296253ad47f44483bb5dceb9c20aa /Mailman/Handlers/ToUsenet.py | |
| parent | eb67dbf38b127b9f8e7319c0058b684a63f2d7c9 (diff) | |
| download | mailman-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.py | 1 |
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): |
