diff options
Diffstat (limited to 'python/test/Ice/optional/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/optional/ServerAMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py index c2cbe60ceec..67e8db9baab 100755 --- a/python/test/Ice/optional/ServerAMD.py +++ b/python/test/Ice/optional/ServerAMD.py @@ -14,7 +14,7 @@ import Ice Ice.loadSlice('TestAMD.ice') import Test -class InitialI(Test._InitialDisp): +class InitialI(Test.Initial): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() |