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/servantLocator/TestI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test/Ice/servantLocator/TestI.py') diff --git a/python/test/Ice/servantLocator/TestI.py b/python/test/Ice/servantLocator/TestI.py index 4b9eb26c0cf..6063eb7e288 100644 --- a/python/test/Ice/servantLocator/TestI.py +++ b/python/test/Ice/servantLocator/TestI.py @@ -14,7 +14,7 @@ def test(b): if not b: raise RuntimeError('test assertion failed') -class TestI(Test._TestIntfDisp): +class TestI(Test.TestIntf): def requestFailedException(self, current=None): pass -- cgit v1.2.3