summaryrefslogtreecommitdiff
path: root/python/test/Slice/escape/Client.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-01-26 21:52:52 +0100
committerJose <jose@zeroc.com>2017-01-26 21:52:52 +0100
commitf3eeced45abdcbb8af31569bf8cee55f0d2a3b4b (patch)
treef98f59d56e7185ee90d504cf077e57465655f7fd /python/test/Slice/escape/Client.py
parentFixed ICE-6920 - Communicator::destroy is now noexcept (diff)
downloadice-f3eeced45abdcbb8af31569bf8cee55f0d2a3b4b.tar.bz2
ice-f3eeced45abdcbb8af31569bf8cee55f0d2a3b4b.tar.xz
ice-f3eeced45abdcbb8af31569bf8cee55f0d2a3b4b.zip
Python: Ice.Value implementation
Diffstat (limited to 'python/test/Slice/escape/Client.py')
-rwxr-xr-xpython/test/Slice/escape/Client.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/test/Slice/escape/Client.py b/python/test/Slice/escape/Client.py
index e3da840e300..6305365602a 100755
--- a/python/test/Slice/escape/Client.py
+++ b/python/test/Slice/escape/Client.py
@@ -24,19 +24,19 @@ Ice.loadSlice('Clash.ice')
import _and
-class delI(_and._del):
+class delI(_and._delDisp):
def _elifAsync(self, _else, current=None):
pass
-class execI(_and._exec):
+class execI(_and._execDisp):
def _finally(self, current=None):
assert current.operation == "finally"
-class forI(_and._for):
+class forI(_and._forDisp):
def foo(self, _from, current=None):
pass
-class ifI(_and._if):
+class ifI(_and._ifDisp):
def _elifAsync(self, _else, current=None):
pass
def _finally(self, current=None):