[Zope-Checkins] CVS: Zope/lib/python/Zope - __init__.py:1.30.4.2
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 18 Jul 2002 17:36:24 -0400
Update of /cvs-repository/Zope/lib/python/Zope
In directory cvs.zope.org:/tmp/cvs-serv10082
Modified Files:
Tag: Zope-2_7-development-branch
__init__.py
Log Message:
Normalize whitespace.
=== Zope/lib/python/Zope/__init__.py 1.30.4.1 => 1.30.4.2 ===
#
# 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
-#
+# FOR A PARTICULAR PURPOSE.
+#
##############################################################################
def startup():
@@ -21,5 +21,3 @@
# We want to make calls after the first noops
global startup
startup = lambda: None
-
-