summaryrefslogtreecommitdiff
path: root/python/test/Ice/slicing/objects/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/slicing/objects/Server.py')
-rwxr-xr-xpython/test/Ice/slicing/objects/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/slicing/objects/Server.py b/python/test/Ice/slicing/objects/Server.py
index b1780ef5881..f112a643c52 100755
--- a/python/test/Ice/slicing/objects/Server.py
+++ b/python/test/Ice/slicing/objects/Server.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"