summaryrefslogtreecommitdiff
path: root/Mailman/OutgoingQueue.py
diff options
context:
space:
mode:
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
-
-
-