wsme/ews/soap.py
2011-09-18 21:37:40 +02:00

10 lines
145 B
Python

class SoapProtocol(object):
name = 'soap'
accept = ''
def __init__(self):
pass
controller.register_protocol(SoapProtocol)