summaryrefslogtreecommitdiff
path: root/python/test/Slice/keyword/Client.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-12-09 15:18:08 -0800
committerMark Spruiell <mes@zeroc.com>2016-12-09 15:18:08 -0800
commit3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5 (patch)
treea8edbf5d1043527cc50880b34ee83458ed7e4855 /python/test/Slice/keyword/Client.py
parentMerge remote-tracking branch 'origin/3.6' (diff)
downloadice-3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5.tar.bz2
ice-3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5.tar.xz
ice-3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5.zip
ICE-7138 - new Python AMI mapping based on futures and modified AMD mapping
Diffstat (limited to 'python/test/Slice/keyword/Client.py')
-rwxr-xr-xpython/test/Slice/keyword/Client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Slice/keyword/Client.py b/python/test/Slice/keyword/Client.py
index a81722b544d..4bbb984634f 100755
--- a/python/test/Slice/keyword/Client.py
+++ b/python/test/Slice/keyword/Client.py
@@ -23,7 +23,7 @@ Ice.loadSlice('Key.ice')
import _and
class delI(_and._del):
- def _elif_async(self, _cb, _else, current=None):
+ def _elifAsync(self, _else, current=None):
pass
class execI(_and._exec):
@@ -35,7 +35,7 @@ class forI(_and._for):
pass
class ifI(_and._if):
- def _elif_async(self, _cb, _else, current=None):
+ def _elifAsync(self, _else, current=None):
pass
def _finally(self, current=None):
pass