support of backend capabilities
This commit is contained in:
parent
458c92b4f8
commit
2aa2e01bc5
10 changed files with 147 additions and 8 deletions
|
|
@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
import sys
|
||||
from weboob import Weboob
|
||||
from weboob.capabilities import CAP_MAILS
|
||||
|
||||
class User:
|
||||
def __init__(self, username, password, email):
|
||||
|
|
@ -36,7 +37,7 @@ class Application:
|
|||
self.weboob = Weboob(self.APPNAME)
|
||||
|
||||
def main(self, argv):
|
||||
pass
|
||||
self.weboob.loadmodules(CAP_MAILS)
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = Application()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue