[CMF-checkins] CVS: CMF/CMFWorkspaces - __init__.py:1.3
Tres Seaver
tseaver@zope.com
Thu, 1 Aug 2002 15:05:16 -0400
Update of /cvs-repository/CMF/CMFWorkspaces
In directory cvs.zope.org:/tmp/cvs-serv13736/CMFWorkspaces
Modified Files:
__init__.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/CMFWorkspaces/__init__.py 1.2 => 1.3 ===
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-__doc__='''CMFWorkspaces Product Initialization
-$Id$'''
-__version__='$Revision$'[11:-2]
+""" CMFWorkspaces Product Initialization
+
+$Id$
+"""
import sys