This commit is contained in:
Romain Bignon 2010-07-13 18:47:31 +02:00
commit ca7d37e3cb
7 changed files with 17 additions and 17 deletions

View file

@ -55,8 +55,8 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
}
BROWSER = AuMBrowser
def default_browser(self):
return self.build_browser(self.config['username'], self.config['password'])
def create_default_browser(self):
return self.create_browser(self.config['username'], self.config['password'])
def get_status(self):
with self.browser: