[Zope3-checkins] Re: CVS: ZODB/src/ThreadedAsync - __init__.py:1.8

Philipp von Weitershausen philipp at weitershausen.de
Fri Feb 27 05:35:16 EST 2004


Martijn Faassen wrote:
> Update of /cvs-repository/ZODB/src/ThreadedAsync
> In directory cvs.zope.org:/tmp/cvs-serv1093/src/ThreadedAsync
> 
> Modified Files:
> 	__init__.py 
> Log Message:
> Remove unused imports.
> 
> 
> === ZODB/src/ThreadedAsync/__init__.py 1.7 => 1.8 ===
> --- ZODB/src/ThreadedAsync/__init__.py:1.7	Thu Oct  2 14:17:26 2003
> +++ ZODB/src/ThreadedAsync/__init__.py	Thu Feb 26 19:31:51 2004
> @@ -16,4 +16,4 @@
>  $Id$
>  """
>  
> -from LoopCallback import register_loop_callback, loop, remove_loop_callback
> +from LoopCallback import register_loop_callback, remove_loop_callback

'loop' needed by the Zope3 startup process. Please do not only rely on 
passing unit tests before checking in. Quickly starting up Z3 would have 
shown you this error :).

Philipp




More information about the Zope3-Checkins mailing list