[Zodb-checkins] CVS: Zope/lib/python/ThreadedAsync - LoopCallback.py:1.4 __init__.py:1.4
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 18:02:01 -0400
Update of /cvs-repository/Zope/lib/python/ThreadedAsync
In directory cvs.zope.org:/tmp/cvs-serv18662
Modified Files:
LoopCallback.py __init__.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/ThreadedAsync/LoopCallback.py 1.3 => 1.4 ===
--- Zope/lib/python/ThreadedAsync/LoopCallback.py:1.3 Mon Feb 11 18:40:41 2002
+++ Zope/lib/python/ThreadedAsync/LoopCallback.py Wed Aug 14 18:02:00 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
-#
+#
##############################################################################
"""Manage the asyncore mainloop in a multi-threaded app
@@ -106,8 +106,8 @@
asyncore.loop=loop
# What the heck did we just do?
-#
+#
# Well, the thing is, we want to work with other asyncore aware
# code. In particular, we don't necessarily want to make someone
# import this module just to start or loop.
-#
+#
=== Zope/lib/python/ThreadedAsync/__init__.py 1.3 => 1.4 ===
--- Zope/lib/python/ThreadedAsync/__init__.py:1.3 Mon Feb 11 18:40:41 2002
+++ Zope/lib/python/ThreadedAsync/__init__.py Wed Aug 14 18:02:00 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
-#
+#
##############################################################################
"""
"""