diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-12-09 15:18:08 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-12-09 15:18:08 -0800 |
commit | 3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5 (patch) | |
tree | a8edbf5d1043527cc50880b34ee83458ed7e4855 /python/test/Slice/keyword/Client.py | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-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-x | python/test/Slice/keyword/Client.py | 4 |
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 |