[Zope-Checkins] CVS: Zope3/src/ThreadedAsync - __init__.py:1.9
Chris Withers
lists at simplistix.co.uk
Mon Mar 1 14:00:41 EST 2004
At the risk of sounding facetious, why isn't there a test that checks that this
is working?
cheers,
Chris
Philipp von Weitershausen wrote:
> 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
>
>
> _______________________________________________
> Zope-Checkins maillist - Zope-Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/zope-checkins
>
More information about the Zope-Checkins
mailing list