diff options
Diffstat (limited to 'py/demo/Ice/throughput/Client.py')
-rw-r--r-- | py/demo/Ice/throughput/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/throughput/Client.py b/py/demo/Ice/throughput/Client.py index aa039de58a3..9a557757b40 100644 --- a/py/demo/Ice/throughput/Client.py +++ b/py/demo/Ice/throughput/Client.py @@ -41,7 +41,7 @@ class Client(Ice.Application): print self.appName() + ": too many arguments" return 1 - throughput = Demo.ThroughputPrx.checkedCast(self.communicator().propertyToProxy('Throughput.Throughput')) + throughput = Demo.ThroughputPrx.checkedCast(self.communicator().propertyToProxy('Throughput.Proxy')) if not throughput: print args[0] + ": invalid proxy" return 1 |