Mercurial > p > roundup > code
diff roundup/mailgw.py @ 4570:6e3e4f24c753
Remove keyword expansions from CVS. All regression tests passed afterwards.
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Wed, 16 Nov 2011 09:51:38 -0500 |
| parents | 3f4179eb348f |
| children | 8b2ccf6f2cf7 |
line wrap: on
line diff
--- a/roundup/mailgw.py Wed Nov 16 08:05:41 2011 -0500 +++ b/roundup/mailgw.py Wed Nov 16 09:51:38 2011 -0500 @@ -75,8 +75,6 @@ are calling the create() method to create a new node). If an auditor raises an exception, the original message is bounced back to the sender with the explanatory message given in the exception. - -$Id: mailgw.py,v 1.196 2008-07-23 03:04:44 richard Exp $ """ __docformat__ = 'restructuredtext'
