[CMF-checkins] CVS: CMF/CMFDefault/tests - test_Favorite.py:1.5

Tres Seaver tseaver@zope.com
Thu, 1 Aug 2002 15:05:44 -0400


Update of /cvs-repository/CMF/CMFDefault/tests
In directory cvs.zope.org:/tmp/cvs-serv13736/CMFDefault/tests

Modified Files:
	test_Favorite.py 
Log Message:


  - Normalize module headers:

    o Eradicate __version__, which tended to be a merge hotspot, in favor
      of embedding $Id$ in the docstring (which somehow seems not to cause
      nearly so many conflicts).

    o Use triple-quotes, rather than triple-apostrophes, for module
      docstrings;  canonicalize format:  single, summary line, followed
      by optional narrative, followed by $Id$;  each section separated
      by a blank line.


=== CMF/CMFDefault/tests/test_Favorite.py 1.4 => 1.5 ===
 # FOR A PARTICULAR PURPOSE
 # 
 ##############################################################################
-"""
-    Unit tests for Favorites.
+""" Unit tests for Favorites.
 
 $Id$
 """
-__version__ = "$Revision$"[11:-2]
+
 import Zope
 from unittest import TestCase, TestSuite, makeSuite, main