[Zope-Checkins] CVS: Zope/lib/python/Signals - Signals.py:1.2 __init__.py:1.2
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 17:51:40 -0400
Update of /cvs-repository/Zope/lib/python/Signals
In directory cvs.zope.org:/tmp/cvs-serv16930
Modified Files:
Signals.py __init__.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/Signals/Signals.py 1.1 => 1.2 ===
--- Zope/lib/python/Signals/Signals.py:1.1 Tue Aug 6 11:37:56 2002
+++ Zope/lib/python/Signals/Signals.py Wed Aug 14 17:51:39 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
-#
+#
##############################################################################
"""
Zope signal handlers for clean shutdown, restart and log rotation.
=== Zope/lib/python/Signals/__init__.py 1.1 => 1.2 ===
--- Zope/lib/python/Signals/__init__.py:1.1 Tue Aug 6 11:37:56 2002
+++ Zope/lib/python/Signals/__init__.py Wed Aug 14 17:51:39 2002
@@ -1,4 +1,3 @@
"""
Signals package __init__.py
"""
-