Code

Added vim command to all source so that we don't get no steenkin' tabs :)
[roundup.git] / test / test_multipart.py
index 54db28f5a0cf5468aa8dc4b1236b739243cb7110..703d68a1aa3d69118d6d2ceed72e8482f26f2261 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: test_multipart.py,v 1.1 2001-07-28 06:43:02 richard Exp $ 
+# $Id: test_multipart.py,v 1.2 2001-07-29 07:01:39 richard Exp $ 
 
 import unittest, cStringIO
 
@@ -97,4 +97,8 @@ def suite():
 
 #
 # $Log: not supported by cvs2svn $
+# 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