diff options
author | pab <devnull@localhost> | 2009-07-24 02:15:15 +0000 |
---|---|---|
committer | pab <devnull@localhost> | 2009-07-24 02:15:15 +0000 |
commit | f2197d15d57c39691908881e312f9e0813b2de0d (patch) | |
tree | 69bfa6bb0598f6d7e3c2d02a56f653677a0df445 /examples/ndfd | |
parent | c04dd13fe1030c28261d17ee59b6a05de6cd8a04 (diff) |
Update for corrected plurality
Diffstat (limited to 'examples/ndfd')
-rw-r--r-- | examples/ndfd/showreq.py | 2 |
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() |