summaryrefslogtreecommitdiff
path: root/python/test/Ice/slicing/exceptions/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/slicing/exceptions/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/slicing/exceptions/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/slicing/exceptions/ServerAMD.py b/python/test/Ice/slicing/exceptions/ServerAMD.py
index d398e502e77..c4a3ab4336b 100755
--- a/python/test/Ice/slicing/exceptions/ServerAMD.py
+++ b/python/test/Ice/slicing/exceptions/ServerAMD.py
@@ -14,7 +14,7 @@ import Ice
Ice.loadSlice('-I. --all ServerPrivateAMD.ice')
import Test
-class TestI(Test._TestIntfDisp):
+class TestI(Test.TestIntf):
def shutdown(self, current=None):
current.adapter.getCommunicator().shutdown()