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

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


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

Modified Files:
      Tag: CMF-1_3-branch
	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.4.6.1 ===
 # 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
+import Zope
 
 from Products.CMFCore.tests.base.dummy import \
      DummyTool as DummyURLTool, \