summaryrefslogtreecommitdiff
path: root/py/demo/Ice/callback/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/demo/Ice/callback/Client.py')
-rw-r--r--py/demo/Ice/callback/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/callback/Client.py b/py/demo/Ice/callback/Client.py
index c877a152b7f..598fe413740 100644
--- a/py/demo/Ice/callback/Client.py
+++ b/py/demo/Ice/callback/Client.py
@@ -34,7 +34,7 @@ class CallbackReceiverI(Demo.CallbackReceiver):
class Client(Ice.Application):
def run(self, args):
- base = self.communicator().propertyToProxy('Callback.Client.CallbackServer')
+ base = self.communicator().propertyToProxy('Callback.CallbackServer')
twoway = Demo.CallbackSenderPrx.checkedCast(base.ice_twoway().ice_timeout(-1).ice_secure(False))
if not twoway:
print self.appName() + ": invalid proxy"