Skip to content

Commit c983c2a

Browse files
author
Richard Jones
committed
darn, clean before checking in
1 parent d6e105a commit c983c2a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

roundup/roundupdb.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: roundupdb.py,v 1.136 2008-01-08 20:55:26 richard Exp $
19+
# $Id: roundupdb.py,v 1.137 2008-01-08 20:56:23 richard Exp $
2020

2121
"""Extending hyperdb with types specific to issue-tracking.
2222
"""
@@ -397,9 +397,6 @@ def send_message(self, nodeid, msgid, note, sendto, from_address=None,
397397
if inreplyto:
398398
writer.addheader('In-Reply-To', inreplyto)
399399

400-
# Additional headers for bugs.python.org
401-
# 20080106 mvl
402-
403400
# Generate a header for each link or multilink to
404401
# a class that has a name attribute
405402
for propname, prop in self.getprops().items():
@@ -428,7 +425,6 @@ def send_message(self, nodeid, msgid, note, sendto, from_address=None,
428425
if msgs[0] != nodeid:
429426
inreplyto = messages.get(msgs[0], 'messageid')
430427
writer.addheader('In-Reply-To', inreplyto)
431-
# end additional headers
432428

433429
# attach files
434430
if message_files:

0 commit comments

Comments
 (0)