[Zope3-checkins] CVS: Zope3/src/ThreadedAsync - __init__.py:1.9
Philipp von Weitershausen
philikon at philikon.de
Fri Feb 27 05:27:38 EST 2004
Update of /cvs-repository/Zope3/src/ThreadedAsync
In directory cvs.zope.org:/tmp/cvs-serv13993
Modified Files:
__init__.py
Log Message:
Reimport loop; this import crucial to the Zope3 startup process :).
Please do not only run the unit tests after changes; also test whether
Z3 starts up...
=== Zope3/src/ThreadedAsync/__init__.py 1.8 => 1.9 ===
--- Zope3/src/ThreadedAsync/__init__.py:1.8 Thu Feb 26 19:31:51 2004
+++ Zope3/src/ThreadedAsync/__init__.py Fri Feb 27 05:27:37 2004
@@ -16,4 +16,4 @@
$Id$
"""
-from LoopCallback import register_loop_callback, remove_loop_callback
+from LoopCallback import register_loop_callback, loop, remove_loop_callback
More information about the Zope3-Checkins
mailing list