Add sender_title in the interface

git-svn-id: https://svn.erp5.org/repos/experimental@1965 bc57dcba-3610-0410-ab4f-dc20bb96b918
parent e6fbbec0
......@@ -31,7 +31,8 @@ from zope.interface import Interface
class ISmsGateway(Interface):
def send(self, text, recipient, sender=None,
def send(self, text, recipient,
sender=None, sender_title=None,
message_type="text",test=False, **kw):
"""Send a message."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment