diff options
Diffstat (limited to 'python/test/Ice/exceptions/TestI.py')
-rw-r--r-- | python/test/Ice/exceptions/TestI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/exceptions/TestI.py b/python/test/Ice/exceptions/TestI.py index ac4e3ab99f2..2f994f3422c 100644 --- a/python/test/Ice/exceptions/TestI.py +++ b/python/test/Ice/exceptions/TestI.py @@ -9,7 +9,7 @@ import Ice, Test, array, sys -class ThrowerI(Test._ThrowerDisp): +class ThrowerI(Test.Thrower): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() |