diff options
Diffstat (limited to 'python/test/Ice/slicing/exceptions/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/slicing/exceptions/ServerAMD.py | 2 |
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() |