summaryrefslogtreecommitdiff
path: root/Mailman/OutgoingQueue.py
diff options
context:
space:
mode:
authorviega1998-07-20 22:23:20 +0000
committerviega1998-07-20 22:23:20 +0000
commit131feefc51990bb0280a3164d1c987b3d9bba79f (patch)
treea2776dc8ef35e7a5cfcb52b0521807042e368122 /Mailman/OutgoingQueue.py
parent28aec5d67fa82527bbff4667ee491f86d4c308d3 (diff)
downloadmailman-131feefc51990bb0280a3164d1c987b3d9bba79f.tar.gz
mailman-131feefc51990bb0280a3164d1c987b3d9bba79f.tar.zst
mailman-131feefc51990bb0280a3164d1c987b3d9bba79f.zip
Whoops, there was another call to smtplib that needed the indirection.
Diffstat (limited to 'Mailman/OutgoingQueue.py')
-rw-r--r--Mailman/OutgoingQueue.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mailman/OutgoingQueue.py b/Mailman/OutgoingQueue.py
index 9022b82ea..3ab43b989 100644
--- a/Mailman/OutgoingQueue.py
+++ b/Mailman/OutgoingQueue.py
@@ -46,6 +46,3 @@ def enqueueMessage(the_sender, recip, text):
marshal.dump((recip,the_sender,text),f)
f.close()
return fname
-
-
-