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...
parent a5347703
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Manage the asyncore mainloop in a multi-threaded app. """Manage the asyncore mainloop in a multi-threaded app.
$Id: __init__.py,v 1.8 2004/02/27 00:31:51 faassen Exp $ $Id: __init__.py,v 1.9 2004/02/27 10:27:37 philikon Exp $
""" """
from LoopCallback import register_loop_callback, remove_loop_callback from LoopCallback import register_loop_callback, loop, remove_loop_callback
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment