new command 'weboob-config confirm'

This commit is contained in:
Romain Bignon 2010-11-11 13:08:05 +01:00
commit 01acc2c7d4
3 changed files with 63 additions and 1 deletions

View file

@ -47,6 +47,12 @@ class ICapAccount(IBaseCap):
"""
raise NotImplementedError()
def confirm_account(self, mail):
"""
From an email go to the confirm link.
"""
raise NotImplementedError()
def get_account(self):
"""
Get the current account.