summaryrefslogtreecommitdiff
path: root/python/test/Ice/objects/TestI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/objects/TestI.py')
-rw-r--r--python/test/Ice/objects/TestI.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/test/Ice/objects/TestI.py b/python/test/Ice/objects/TestI.py
index 8b0df2c1594..7c0be3ae8dd 100644
--- a/python/test/Ice/objects/TestI.py
+++ b/python/test/Ice/objects/TestI.py
@@ -124,10 +124,10 @@ class InitialI(Test.Initial):
return self._f
def getMB(self, current):
- return self._b1;
+ return self._b1
- def getAMDMB_async(self, cb, current):
- cb.ice_response(self._b1);
+ def getAMDMB(self, current):
+ return Ice.Future.completed(self._b1)
def getAll(self, current=None):
self._b1.preMarshalInvoked = False