[CMF-checkins] CVS: CMF/CMFCalendar - Event.py:1.8 EventPermissions.py:1.4

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


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

Modified Files:
	Event.py EventPermissions.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/CMFCalendar/Event.py 1.7 => 1.8 ===
 # FOR A PARTICULAR PURPOSE
 # 
 ##############################################################################
-"""Event: A CMF-enabled Event object.
+""" Event: A CMF-enabled Event object.
+
 $Id$
 """
-__version__='$Revision$'[11:-2]
 
 import os, urllib
 from DateTime import DateTime


=== CMF/CMFCalendar/EventPermissions.py 1.3 => 1.4 ===
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
-"""EventPermissions: Permissions used in the CMF Events class
+""" EventPermissions: Permissions used in the CMF Events class
+
 $Id$
 """
-__version__='$Revision$'[11:-2]
 
 from Products.CMFCore.CMFCorePermissions import setDefaultRoles