Mercurial > p > roundup > code
diff roundup/mailgw.py @ 26:c7c14960f413
Final commit of Grande Splite
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 22 Jul 2001 12:09:32 +0000 |
| parents | 4cf1daf2f2eb |
| children | 381016730332 |
line wrap: on
line diff
--- a/roundup/mailgw.py Sun Jul 22 12:01:27 2001 +0000 +++ b/roundup/mailgw.py Sun Jul 22 12:09:32 2001 +0000 @@ -44,7 +44,7 @@ an exception, the original message is bounced back to the sender with the explanatory message given in the exception. -$Id: mailgw.py,v 1.1 2001-07-22 11:58:35 richard Exp $ +$Id: mailgw.py,v 1.2 2001-07-22 12:09:32 richard Exp $ ''' @@ -265,3 +265,6 @@ props['nosy'].sort() nodeid = cl.create(**props) +# +# $Log: not supported by cvs2svn $ +#
