[Zope-Checkins] CVS: Zope/lib/python/Products/ExternalMethod/help - ExternalMethod.py:1.7
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 18:14:41 -0400
Update of /cvs-repository/Zope/lib/python/Products/ExternalMethod/help
In directory cvs.zope.org:/tmp/cvs-serv22198/help
Modified Files:
ExternalMethod.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/Products/ExternalMethod/help/ExternalMethod.py 1.6 => 1.7 ===
--- Zope/lib/python/Products/ExternalMethod/help/ExternalMethod.py:1.6 Wed Nov 28 10:50:59 2001
+++ Zope/lib/python/Products/ExternalMethod/help/ExternalMethod.py Wed Aug 14 18:14:10 2002
@@ -1,14 +1,14 @@
##############################################################################
#
# 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.
# 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
-#
+#
##############################################################################
@@ -17,7 +17,7 @@
"""
Add an external method to an
'ObjectManager'.
-
+
In addition to the standard object-creation arguments,
'id' and title, the following arguments are defined:
@@ -98,5 +98,3 @@
first argument.
"""
-
-