[Zodb-checkins] CVS: StandaloneZODB/ZEO - zrpc.py:1.18.2.5
Jeremy Hylton
jeremy@zope.com
Thu, 25 Oct 2001 20:35:29 -0400
Update of /cvs-repository/StandaloneZODB/ZEO
In directory cvs.zope.org:/tmp/cvs-serv1145
Modified Files:
Tag: zeo-1_0-branch
zrpc.py
Log Message:
spread out some code so it is easier to read
=== StandaloneZODB/ZEO/zrpc.py 1.18.2.4 => 1.18.2.5 ===
def finishConnect(self, s):
- if self.__haveMainLoop: map=None # use the main loop map
- else: map = {} # provide a dummy map
+ if self.__haveMainLoop:
+ map = None # use the main loop map
+ else:
+ map = {} # provide a dummy map
SizedMessageAsyncConnection.__init__(self, s, '', map)
# we are our own socket map!