Rename BaseModule to Module and Module to LoadedModule
This commit is contained in:
parent
5c71be36f5
commit
5a1d83b567
166 changed files with 359 additions and 359 deletions
|
|
@ -18,14 +18,14 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.capabilities.parcel import CapParcel
|
||||
from weboob.tools.backend import BaseModule
|
||||
from weboob.tools.backend import Module
|
||||
|
||||
from .browser import ColispriveBrowser
|
||||
|
||||
__all__ = ['ColispriveModule']
|
||||
|
||||
|
||||
class ColispriveModule(BaseModule, CapParcel):
|
||||
class ColispriveModule(Module, CapParcel):
|
||||
NAME = 'colisprive'
|
||||
DESCRIPTION = u'Colisprive parcel tracking website'
|
||||
MAINTAINER = u'Florent Fourcot'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue