[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - connection.py:1.38.2.1.4.3
Guido van Rossum
guido@python.org
Thu, 19 Dec 2002 12:34:10 -0500
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv2230
Modified Files:
Tag: ZODB3-fast-restart-branch
connection.py
Log Message:
log() from zrpc.log module is still used (in the Delay class).
=== ZODB3/ZEO/zrpc/connection.py 1.38.2.1.4.2 => 1.38.2.1.4.3 ===
--- ZODB3/ZEO/zrpc/connection.py:1.38.2.1.4.2 Wed Dec 18 22:37:09 2002
+++ ZODB3/ZEO/zrpc/connection.py Thu Dec 19 12:34:07 2002
@@ -21,7 +21,7 @@
import ThreadedAsync
from ZEO.zrpc import smac
from ZEO.zrpc.error import ZRPCError, DisconnectedError
-from ZEO.zrpc.log import short_repr
+from ZEO.zrpc.log import short_repr, log
from ZEO.zrpc.marshal import Marshaller
from ZEO.zrpc.trigger import trigger
import zLOG