[Zodb-checkins] CVS: StandaloneZODB/ZEO/zrpc - client.py:1.1.2.2
Jeremy Hylton
jeremy@zope.com
Wed, 16 Jan 2002 20:35:32 -0500
Update of /cvs-repository/StandaloneZODB/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv12544/zrpc
Modified Files:
Tag: Standby-branch
client.py
Log Message:
Get rid of unused method.
=== StandaloneZODB/ZEO/zrpc/client.py 1.1.2.1 => 1.1.2.2 ===
self.connection.close()
- # XXX get rid of this?
- def register_client(self, client):
- self.client = client
-
def set_async(self, map):
# XXX need each connection started with async==0 to have a callback
self.trigger = trigger()