[Zodb-checkins] CVS: ZODB/src/ZEO/zrpc - connection.py:1.53
log.py:1.10 server.py:1.10
Martijn Faassen
m.faassen at vet.uu.nl
Thu Feb 26 19:32:25 EST 2004
Update of /cvs-repository/ZODB/src/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv1093/src/ZEO/zrpc
Modified Files:
connection.py log.py server.py
Log Message:
Remove unused imports.
=== ZODB/src/ZEO/zrpc/connection.py 1.52 => 1.53 ===
--- ZODB/src/ZEO/zrpc/connection.py:1.52 Wed Dec 31 17:36:12 2003
+++ ZODB/src/ZEO/zrpc/connection.py Thu Feb 26 19:31:53 2004
@@ -25,7 +25,6 @@
from ZEO.zrpc.marshal import Marshaller
from ZEO.zrpc.trigger import trigger
import zLOG
-from ZODB import POSException
REPLY = ".reply" # message name used for replies
ASYNC = 1
=== ZODB/src/ZEO/zrpc/log.py 1.9 => 1.10 ===
--- ZODB/src/ZEO/zrpc/log.py:1.9 Wed Oct 29 10:42:00 2003
+++ ZODB/src/ZEO/zrpc/log.py Thu Feb 26 19:31:53 2004
@@ -12,7 +12,6 @@
#
##############################################################################
import os
-import types
import zLOG
import threading
=== ZODB/src/ZEO/zrpc/server.py 1.9 => 1.10 ===
--- ZODB/src/ZEO/zrpc/server.py:1.9 Thu Oct 2 14:17:20 2003
+++ ZODB/src/ZEO/zrpc/server.py Thu Feb 26 19:31:53 2004
@@ -15,7 +15,7 @@
import socket
import types
-from ZEO.zrpc.connection import Connection, Delay
+from ZEO.zrpc.connection import Connection
from ZEO.zrpc.log import log
import zLOG
import ThreadedAsync.LoopCallback
More information about the Zodb-checkins
mailing list