SVN: ZODB/branches/jim-zrpc/src/ZEO/tests/servertesting.py Added missing method.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 108584:
Added missing method.
Changed:
U ZODB/branches/jim-zrpc/src/ZEO/tests/servertesting.py
-=-
Modified: ZODB/branches/jim-zrpc/src/ZEO/tests/servertesting.py
===================================================================
--- ZODB/branches/jim-zrpc/src/ZEO/tests/servertesting.py 2010-01-27 22:44:38 UTC (rev 108583)
+++ ZODB/branches/jim-zrpc/src/ZEO/tests/servertesting.py 2010-01-27 22:56:02 UTC (rev 108584)
@@ -56,3 +56,5 @@
def callAsync(self, meth, *args):
print self.name, 'callAsync', meth, repr(args)
+
+ callAsyncNoPoll = callAsync