[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/servertesting.py Added a missing method
Jim Fulton
jim at zope.com
Fri Feb 5 16:50:40 EST 2010
Log message for revision 108799:
Added a missing method
Changed:
U ZODB/trunk/src/ZEO/tests/servertesting.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/servertesting.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/servertesting.py 2010-02-05 18:52:46 UTC (rev 108798)
+++ ZODB/trunk/src/ZEO/tests/servertesting.py 2010-02-05 21:50:40 UTC (rev 108799)
@@ -62,3 +62,6 @@
def call_from_thread(self, *args):
if args:
args[0](*args[1:])
+
+ def send_reply(self, *args):
+ pass
More information about the Zodb-checkins
mailing list