summaryrefslogtreecommitdiff
path: root/python/test/Ice/slicing/objects/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/slicing/objects/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/slicing/objects/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/slicing/objects/ServerAMD.py b/python/test/Ice/slicing/objects/ServerAMD.py
index f64a6f13af9..2cdc89e5f7d 100755
--- a/python/test/Ice/slicing/objects/ServerAMD.py
+++ b/python/test/Ice/slicing/objects/ServerAMD.py
@@ -18,7 +18,7 @@ def test(b):
if not b:
raise RuntimeError('test assertion failed')
-class TestI(Test._TestIntfDisp):
+class TestI(Test.TestIntf):
def SBaseAsObject(self, current=None):
sb = Test.SBase()
sb.sb = "SBase.sb"