[CMF-checkins] CVS: Products/CMFDefault - DefaultWorkflow.py:1.25
DiscussionItem.py:1.43 DiscussionTool.py:1.21
Document.py:1.69 DublinCore.py:1.38 Favorite.py:1.25
File.py:1.31 Image.py:1.30 Link.py:1.32
MembershipTool.py:1.47 MetadataTool.py:1.26 NewsItem.py:1.25
Portal.py:1.44 PropertiesTool.py:1.14
RegistrationTool.py:1.29 SkinnedFolder.py:1.21
SyndicationTool.py:1.26 URLTool.py:1.16 __init__.py:1.24
exceptions.py:1.4 utils.py:1.26
Jens Vagelpohl
jens at dataflake.org
Thu Aug 12 11:08:11 EDT 2004
Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv1744/CMFDefault
Modified Files:
DefaultWorkflow.py DiscussionItem.py DiscussionTool.py
Document.py DublinCore.py Favorite.py File.py Image.py Link.py
MembershipTool.py MetadataTool.py NewsItem.py Portal.py
PropertiesTool.py RegistrationTool.py SkinnedFolder.py
SyndicationTool.py URLTool.py __init__.py exceptions.py
utils.py
Log Message:
Sorry for the noise - switching everything from ZPL 2.0 to ZPL 2.1
=== Products/CMFDefault/DefaultWorkflow.py 1.24 => 1.25 ===
--- Products/CMFDefault/DefaultWorkflow.py:1.24 Thu Apr 29 12:13:17 2004
+++ Products/CMFDefault/DefaultWorkflow.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" A simple submit/review/publish workflow.
=== Products/CMFDefault/DiscussionItem.py 1.42 => 1.43 ===
--- Products/CMFDefault/DiscussionItem.py:1.42 Sat Aug 7 08:59:03 2004
+++ Products/CMFDefault/DiscussionItem.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Discussion item portal type.
=== Products/CMFDefault/DiscussionTool.py 1.20 => 1.21 ===
--- Products/CMFDefault/DiscussionTool.py:1.20 Tue Jul 13 14:21:24 2004
+++ Products/CMFDefault/DiscussionTool.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Basic portal discussion access tool.
=== Products/CMFDefault/Document.py 1.68 => 1.69 ===
--- Products/CMFDefault/Document.py:1.68 Sat Jul 31 10:06:33 2004
+++ Products/CMFDefault/Document.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Basic textual content object, supporting HTML, STX and plain text.
=== Products/CMFDefault/DublinCore.py 1.37 => 1.38 ===
--- Products/CMFDefault/DublinCore.py:1.37 Wed Aug 11 06:50:04 2004
+++ Products/CMFDefault/DublinCore.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Dublin Core support for content types.
=== Products/CMFDefault/Favorite.py 1.24 => 1.25 ===
--- Products/CMFDefault/Favorite.py:1.24 Thu Aug 5 11:39:29 2004
+++ Products/CMFDefault/Favorite.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Favorites are references to other objects within the same CMF site.
=== Products/CMFDefault/File.py 1.30 => 1.31 ===
--- Products/CMFDefault/File.py:1.30 Sat Aug 7 14:21:07 2004
+++ Products/CMFDefault/File.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" This module implements a portal-managed File class. It is based on
=== Products/CMFDefault/Image.py 1.29 => 1.30 ===
--- Products/CMFDefault/Image.py:1.29 Sat Aug 7 14:21:07 2004
+++ Products/CMFDefault/Image.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" This module implements a portal-managed Image class. It is based on
=== Products/CMFDefault/Link.py 1.31 => 1.32 ===
--- Products/CMFDefault/Link.py:1.31 Sat Jul 31 10:06:33 2004
+++ Products/CMFDefault/Link.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Link instances represent explicit links-as-content.
=== Products/CMFDefault/MembershipTool.py 1.46 => 1.47 ===
--- Products/CMFDefault/MembershipTool.py:1.46 Thu Apr 29 12:13:17 2004
+++ Products/CMFDefault/MembershipTool.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" CMFDefault portal_membership tool.
=== Products/CMFDefault/MetadataTool.py 1.25 => 1.26 ===
--- Products/CMFDefault/MetadataTool.py:1.25 Sat Aug 7 09:30:50 2004
+++ Products/CMFDefault/MetadataTool.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" CMFDefault portal_metadata tool.
=== Products/CMFDefault/NewsItem.py 1.24 => 1.25 ===
--- Products/CMFDefault/NewsItem.py:1.24 Wed Aug 4 02:12:24 2004
+++ Products/CMFDefault/NewsItem.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" News content object.
=== Products/CMFDefault/Portal.py 1.43 => 1.44 ===
--- Products/CMFDefault/Portal.py:1.43 Wed Aug 4 17:05:00 2004
+++ Products/CMFDefault/Portal.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Portal class
=== Products/CMFDefault/PropertiesTool.py 1.13 => 1.14 ===
--- Products/CMFDefault/PropertiesTool.py:1.13 Thu Apr 29 12:13:18 2004
+++ Products/CMFDefault/PropertiesTool.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" CMFDefault portal_properties tool.
=== Products/CMFDefault/RegistrationTool.py 1.28 => 1.29 ===
--- Products/CMFDefault/RegistrationTool.py:1.28 Tue Jun 1 14:55:37 2004
+++ Products/CMFDefault/RegistrationTool.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" CMFDefault portal_registration tool.
=== Products/CMFDefault/SkinnedFolder.py 1.20 => 1.21 ===
--- Products/CMFDefault/SkinnedFolder.py:1.20 Thu Apr 29 12:13:18 2004
+++ Products/CMFDefault/SkinnedFolder.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Allow the "view" of a folder to be skinned by type.
=== Products/CMFDefault/SyndicationTool.py 1.25 => 1.26 ===
--- Products/CMFDefault/SyndicationTool.py:1.25 Tue Jul 13 12:49:39 2004
+++ Products/CMFDefault/SyndicationTool.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" CMFDefault portal_syndication tool.
=== Products/CMFDefault/URLTool.py 1.15 => 1.16 ===
--- Products/CMFDefault/URLTool.py:1.15 Thu Feb 13 03:35:28 2003
+++ Products/CMFDefault/URLTool.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" CMFDefault portal_url tool.
=== Products/CMFDefault/__init__.py 1.23 => 1.24 ===
--- Products/CMFDefault/__init__.py:1.23 Fri Aug 6 05:18:52 2004
+++ Products/CMFDefault/__init__.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Default implementation of CMFCore.
=== Products/CMFDefault/exceptions.py 1.3 => 1.4 ===
--- Products/CMFDefault/exceptions.py:1.3 Wed May 5 10:18:24 2004
+++ Products/CMFDefault/exceptions.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2004 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" CMFDefault product exceptions.
=== Products/CMFDefault/utils.py 1.25 => 1.26 ===
--- Products/CMFDefault/utils.py:1.25 Tue Jul 13 12:49:39 2004
+++ Products/CMFDefault/utils.py Thu Aug 12 11:07:40 2004
@@ -3,11 +3,11 @@
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Utility functions.
More information about the CMF-checkins
mailing list