fix sfr backend message post

This commit is contained in:
Christophe Benz 2010-11-19 12:04:49 +01:00 committed by Romain Bignon
commit 2ed19faa5e
4 changed files with 53 additions and 10 deletions

View file

@ -41,3 +41,8 @@ class SfrBackend(BaseBackend, ICapMessagesPost):
def create_default_browser(self):
return self.create_browser(self.config['login'], self.config['password'])
# ICapMessagesPost methods
def post_message(self, message):
self.browser.post_message(message)