From f3eeced45abdcbb8af31569bf8cee55f0d2a3b4b Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 26 Jan 2017 21:52:52 +0100 Subject: Python: Ice.Value implementation --- python/test/Ice/optional/ServerAMD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test/Ice/optional/ServerAMD.py') diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py index d9cc9a9bb4a..65f84d2f269 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.Initial): +class InitialI(Test._InitialDisp): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() -- cgit v1.2.3