diff options
Diffstat (limited to 'python/test/Ice/dispatcher/Dispatcher.py')
-rwxr-xr-x | python/test/Ice/dispatcher/Dispatcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/dispatcher/Dispatcher.py b/python/test/Ice/dispatcher/Dispatcher.py index 1f4fa4ee1e4..809f7500920 100755 --- a/python/test/Ice/dispatcher/Dispatcher.py +++ b/python/test/Ice/dispatcher/Dispatcher.py @@ -14,7 +14,7 @@ def test(b): if not b: raise RuntimeError('test assertion failed') -class Dispatcher(Ice.Dispatcher): +class Dispatcher: def __init__(self): self._calls = [] self._terminated = False |