Skip to content

Commit

Permalink
Remove needless header declaration from helloworld example. #216
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Jan 14, 2013
1 parent ec2bd6f commit a6117cf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/helloworld_soap.py
Expand Up @@ -65,15 +65,7 @@
from spyne.util.simple import wsgi_soap_application


class SomeObject(ComplexModel):
__namespace__ = 'aaa'

i = Integer
s = Unicode


class HelloWorldService(ServiceBase):
__out_header__ = SomeObject
@srpc(Unicode, Integer, _returns=Iterable(Unicode))
def say_hello(name, times):
'''
Expand Down

0 comments on commit a6117cf

Please sign in to comment.