diff options
Diffstat (limited to 'py/test/Ice/operations/Twoways.py')
-rw-r--r-- | py/test/Ice/operations/Twoways.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Twoways.py b/py/test/Ice/operations/Twoways.py index 23ebae4032a..e18d79e8975 100644 --- a/py/test/Ice/operations/Twoways.py +++ b/py/test/Ice/operations/Twoways.py @@ -607,7 +607,7 @@ def twoways(communicator, p): ic = Ice.initialize(data=initData) ctx = {'one': 'ONE', 'two': 'TWO', 'three': 'THREE'} - + p = Test.MyClassPrx.uncheckedCast(ic.stringToProxy("test:default -p 12010 -t 10000")) ic.getImplicitContext().setContext(ctx) |