Mercurial > p > roundup > code
diff test/test_multipart.py @ 1090:9b910e8d987d
removed Log
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 00:19:55 +0000 |
| parents | 18134bffab37 |
| children | f63aa57386b0 |
line wrap: on
line diff
--- a/test/test_multipart.py Tue Sep 10 00:15:59 2002 +0000 +++ b/test/test_multipart.py Tue Sep 10 00:19:55 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: test_multipart.py,v 1.4 2001-08-07 00:24:43 richard Exp $ +# $Id: test_multipart.py,v 1.5 2002-09-10 00:19:55 richard Exp $ import unittest, cStringIO @@ -112,17 +112,4 @@ return unittest.makeSuite(MultipartTestCase, 'test') -# -# $Log: not supported by cvs2svn $ -# Revision 1.3 2001/08/07 00:15:51 richard -# Added the copyright/license notice to (nearly) all files at request of -# Bizar Software. -# -# Revision 1.2 2001/07/29 07:01:39 richard -# Added vim command to all source so that we don't get no steenkin' tabs :) -# -# Revision 1.1 2001/07/28 06:43:02 richard -# Multipart message class has the getPart method now. Added some tests for it. -# -# # vim: set filetype=python ts=4 sw=4 et si
