From a47a05a2f73e377053f9b864b0f36c99a84708af Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 20 Mar 2017 21:51:43 +0100 Subject: Fix (ICE-7684) - use Disp prefix only for class with operations skeletons --- python/test/Ice/optional/Server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test/Ice/optional/Server.py') diff --git a/python/test/Ice/optional/Server.py b/python/test/Ice/optional/Server.py index 46cd0fbebf2..daf66a2c91e 100755 --- a/python/test/Ice/optional/Server.py +++ b/python/test/Ice/optional/Server.py @@ -14,7 +14,7 @@ import Ice Ice.loadSlice('Test.ice') import Test -class InitialI(Test._InitialDisp): +class InitialI(Test.Initial): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() -- cgit v1.2.3