diff options
Diffstat (limited to 'python/test/Ice/operations/OnewaysAMI.py')
-rw-r--r-- | python/test/Ice/operations/OnewaysAMI.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Ice/operations/OnewaysAMI.py b/python/test/Ice/operations/OnewaysAMI.py index 5c5a134be0d..05e00f8a89f 100644 --- a/python/test/Ice/operations/OnewaysAMI.py +++ b/python/test/Ice/operations/OnewaysAMI.py @@ -36,8 +36,8 @@ class Callback(CallbackBase): def noException(self, ex): test(False) -def onewaysAMI(communicator, proxy): - +def onewaysAMI(helper, proxy): + communicator = helper.communicator() p = Test.MyClassPrx.uncheckedCast(proxy.ice_oneway()) cb = Callback() |