[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/traversing - containmentroot.py:1.1.2.2 namespacehandler.py:1.1.2.2 physicallylocatable.py:1.1.2.2
Tim Peters
tim.one@comcast.net
Tue, 24 Dec 2002 21:21:38 -0500
Update of /cvs-repository/Zope3/src/zope/app/interfaces/traversing
In directory cvs.zope.org:/tmp/cvs-serv19240/src/zope/app/interfaces/traversing
Modified Files:
Tag: NameGeddon-branch
containmentroot.py namespacehandler.py physicallylocatable.py
Log Message:
Whitespace normalization, via Python's Tools/scripts/reindent.py. The
files are fixed-points of that script now. Fixed a few cases where
code relied on significant trailing whitespace (ouch).
=== Zope3/src/zope/app/interfaces/traversing/containmentroot.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/interfaces/traversing/containmentroot.py:1.1.2.1 Mon Dec 23 14:31:54 2002
+++ Zope3/src/zope/app/interfaces/traversing/containmentroot.py Tue Dec 24 21:20:37 2002
@@ -2,14 +2,14 @@
#
# 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.
# 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.
-#
+#
##############################################################################
"""
$Id$
=== Zope3/src/zope/app/interfaces/traversing/namespacehandler.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/interfaces/traversing/namespacehandler.py:1.1.2.1 Mon Dec 23 14:31:54 2002
+++ Zope3/src/zope/app/interfaces/traversing/namespacehandler.py Tue Dec 24 21:20:37 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 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.
# 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.
-#
+#
##############################################################################
"""
@@ -28,7 +28,7 @@
The parameters provided, are passed as a sequence of
name, value items. The 'pname' argument has the original name
- before parameters were removed.
+ before parameters were removed.
It is not the respoonsibility of the handler to wrap the return value.
"""
=== Zope3/src/zope/app/interfaces/traversing/physicallylocatable.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/interfaces/traversing/physicallylocatable.py:1.1.2.1 Mon Dec 23 14:31:54 2002
+++ Zope3/src/zope/app/interfaces/traversing/physicallylocatable.py Tue Dec 24 21:20:37 2002
@@ -2,14 +2,14 @@
#
# 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.
# 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.
-#
+#
##############################################################################
"""
$Id$