summaryrefslogtreecommitdiff
path: root/examples/ndfd
diff options
context:
space:
mode:
authorpab <devnull@localhost>2009-07-24 02:15:15 +0000
committerpab <devnull@localhost>2009-07-24 02:15:15 +0000
commitf2197d15d57c39691908881e312f9e0813b2de0d (patch)
tree69bfa6bb0598f6d7e3c2d02a56f653677a0df445 /examples/ndfd
parentc04dd13fe1030c28261d17ee59b6a05de6cd8a04 (diff)
Update for corrected plurality
Diffstat (limited to 'examples/ndfd')
-rw-r--r--examples/ndfd/showreq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ndfd/showreq.py b/examples/ndfd/showreq.py
index 2dbca4f..3ba052d 100644
--- a/examples/ndfd/showreq.py
+++ b/examples/ndfd/showreq.py
@@ -32,7 +32,7 @@ bop = binding.operationMap()[body_dom.localName]
print bop.toxml()
pop = port_type.operationMap()[body_dom.localName]
print pop.toxml()
-input = pop.input()[0]
+input = pop.input()
print input.toxml()
print type(input)
print input.message()