diff options
Diffstat (limited to 'python/test/Ice/faultTolerance/Server.py')
-rwxr-xr-x | python/test/Ice/faultTolerance/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/faultTolerance/Server.py b/python/test/Ice/faultTolerance/Server.py index 6e4b6fe0fc4..6185f4e23ac 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.TestIntf): +class TestI(Test._TestIntfDisp): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() |