Mercurial > p > roundup > code
diff roundup-mailgw.py @ 5:72a0ba086b3e
Added CVS keywords $Id$ and $Log$ to all python files.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 05:52:22 +0000 |
| parents | 5e92642cd1f8 |
| children | 3b0a72f54613 |
line wrap: on
line diff
--- a/roundup-mailgw.py Thu Jul 19 05:46:47 2001 +0000 +++ b/roundup-mailgw.py Thu Jul 19 05:52:22 2001 +0000 @@ -44,6 +44,8 @@ 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: roundup-mailgw.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $ ''' import sys @@ -271,3 +273,7 @@ roundup_mail(db, sys.stdin) db.close() +# +# $Log: not supported by cvs2svn $ +# +
