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
|
|
@ -23,7 +23,7 @@ from dateutil.parser import parse as parse_date
|
|||
|
||||
from weboob.capabilities.messages import CapMessages, CapMessagesPost, Thread, Message
|
||||
from weboob.capabilities.dating import CapDating, Optimization
|
||||
from weboob.tools.backend import BaseModule, BackendConfig
|
||||
from weboob.tools.backend import Module, BackendConfig
|
||||
from weboob.tools.value import Value, ValueBackendPassword
|
||||
from weboob.tools.log import getLogger
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ class ProfilesWalker(Optimization):
|
|||
self.view_cron = self.sched.schedule(1, self.view_profile)
|
||||
|
||||
|
||||
class TinderModule(BaseModule, CapMessages, CapMessagesPost, CapDating):
|
||||
class TinderModule(Module, CapMessages, CapMessagesPost, CapDating):
|
||||
NAME = 'tinder'
|
||||
DESCRIPTION = u'Tinder dating mobile application'
|
||||
MAINTAINER = u'Roger Philibert'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue