add class WebNip
This commit is contained in:
parent
fffc489187
commit
badab27702
3 changed files with 241 additions and 166 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright(C) 2010-2011 Christophe Benz
|
||||
# Copyright(C) 2010-2013 Christophe Benz
|
||||
#
|
||||
# This file is part of weboob.
|
||||
#
|
||||
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
|
||||
from .bcall import CallErrors
|
||||
from .ouiboube import Weboob
|
||||
from .ouiboube import Weboob, WebNip
|
||||
|
||||
__all__ = ['CallErrors', 'Weboob']
|
||||
__all__ = ['CallErrors', 'Weboob', 'WebNip']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue