[CMF-checkins] CVS: CMF/CMFCalendar - Event.py:1.7.28.1 EventPermissions.py:1.3.28.1
Tres Seaver
tseaver@zope.com
Thu, 1 Aug 2002 15:08:25 -0400
Update of /cvs-repository/CMF/CMFCalendar
In directory cvs.zope.org:/tmp/cvs-serv15668/CMFCalendar
Modified Files:
Tag: CMF-1_3-branch
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.7.28.1 ===
# 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.3.28.1 ===
# 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