diff options
Diffstat (limited to 'python/test/Ice/slicing/exceptions/Server.py')
-rwxr-xr-x | python/test/Ice/slicing/exceptions/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/slicing/exceptions/Server.py b/python/test/Ice/slicing/exceptions/Server.py index 223cdb31ebd..44a58914a5f 100755 --- a/python/test/Ice/slicing/exceptions/Server.py +++ b/python/test/Ice/slicing/exceptions/Server.py @@ -13,7 +13,7 @@ import Ice Ice.loadSlice('-I. --all ServerPrivate.ice') import Test -class TestI(Test._TestIntfDisp): +class TestI(Test.TestIntf): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() |