summaryrefslogtreecommitdiff
path: root/python/test/Ice/dispatcher/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/dispatcher/Client.py')
-rwxr-xr-xpython/test/Ice/dispatcher/Client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/test/Ice/dispatcher/Client.py b/python/test/Ice/dispatcher/Client.py
index e885ab31545..1047a56e082 100755
--- a/python/test/Ice/dispatcher/Client.py
+++ b/python/test/Ice/dispatcher/Client.py
@@ -37,7 +37,8 @@ try:
#
initData.properties.setProperty("Ice.TCP.SndSize", "50000");
- initData.dispatcher = Dispatcher.Dispatcher()
+ d = Dispatcher.Dispatcher()
+ initData.dispatcher = d.dispatch
with Ice.initialize(sys.argv, initData) as communicator:
status = run(sys.argv, communicator)