[CMF-checkins] CVS: CMF/CMFDefault - PropertiesTool.py:1.10 RegistrationTool.py:1.17 SyndicationTool.py:1.16

Yvo Schubbe schubbe@web.de
Tue, 4 Feb 2003 17:38:05 -0500


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

Modified Files:
	PropertiesTool.py RegistrationTool.py SyndicationTool.py 
Log Message:
Merged yuppie-buglets1-branch:
- Fixed buglets. (Collector #94 and #95)
- Removed string functions and useless imports.

=== CMF/CMFDefault/PropertiesTool.py 1.9 => 1.10 ===
--- CMF/CMFDefault/PropertiesTool.py:1.9	Mon Jan  6 15:41:55 2003
+++ CMF/CMFDefault/PropertiesTool.py	Tue Feb  4 17:38:01 2003
@@ -1,20 +1,20 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+# Copyright (c) 2001-2003 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.
 # 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
-# 
+#
 ##############################################################################
 """ CMFDefault portal_properties tool.
 
 $Id$
 """
-
 
 from Products.CMFCore.utils import UniqueObject
 from OFS.SimpleItem import SimpleItem


=== CMF/CMFDefault/RegistrationTool.py 1.16 => 1.17 ===
--- CMF/CMFDefault/RegistrationTool.py:1.16	Mon Jan  6 15:42:06 2003
+++ CMF/CMFDefault/RegistrationTool.py	Tue Feb  4 17:38:01 2003
@@ -1,16 +1,16 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+# Copyright (c) 2001-2003 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.
 # 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
-# 
+#
 ##############################################################################
-
 """CMFDefault portal_registration tool.
 
 $Id$


=== CMF/CMFDefault/SyndicationTool.py 1.15 => 1.16 ===
--- CMF/CMFDefault/SyndicationTool.py:1.15	Mon Jan  6 15:42:06 2003
+++ CMF/CMFDefault/SyndicationTool.py	Tue Feb  4 17:38:01 2003
@@ -1,23 +1,22 @@
 ##############################################################################
 #
-# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+# Copyright (c) 2001-2003 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.
 # 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
-# 
+#
 ##############################################################################
-
 """ CMFDefault portal_syndication tool.
 
 Manage outbound RSS syndication of folder content.
 """
 
 import os
-import string
 
 from Globals import HTMLFile, package_home, InitializeClass 
 from AccessControl import ClassSecurityInfo, SecurityManagement