[Zope-Checkins] CVS: Zope/lib/python/Shared - __init__.py:1.7
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 17:51:29 -0400
Update of /cvs-repository/Zope/lib/python/Shared
In directory cvs.zope.org:/tmp/cvs-serv16745
Modified Files:
__init__.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/Shared/__init__.py 1.6 => 1.7 ===
--- Zope/lib/python/Shared/__init__.py:1.6 Wed Nov 28 10:51:12 2001
+++ Zope/lib/python/Shared/__init__.py Wed Aug 14 17:50:59 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
-#
+#
##############################################################################
__doc__='''$Id$'''
__version__='$Revision$'[11:-2]