summaryrefslogtreecommitdiff
path: root/python/test/Ice/faultTolerance/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/faultTolerance/Server.py')
-rwxr-xr-xpython/test/Ice/faultTolerance/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/faultTolerance/Server.py b/python/test/Ice/faultTolerance/Server.py
index c6c96c99744..684f9933802 100755
--- a/python/test/Ice/faultTolerance/Server.py
+++ b/python/test/Ice/faultTolerance/Server.py
@@ -17,7 +17,7 @@ import Test
def usage(n):
sys.stderr.write("Usage: " + n + " port\n")
-class TestI(Test._TestIntfDisp):
+class TestI(Test.TestIntf):
def shutdown(self, current=None):
current.adapter.getCommunicator().shutdown()