s/Backend/Module
This commit is contained in:
parent
5fe0092c2c
commit
9370b2fae7
344 changed files with 720 additions and 720 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .backend import TinderBackend
|
||||
from .backend import TinderModule
|
||||
|
||||
|
||||
__all__ = ['TinderBackend']
|
||||
__all__ = ['TinderModule']
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ from weboob.tools.log import getLogger
|
|||
from .browser import TinderBrowser, FacebookBrowser
|
||||
|
||||
|
||||
__all__ = ['TinderBackend']
|
||||
__all__ = ['TinderModule']
|
||||
|
||||
|
||||
class ProfilesWalker(Optimization):
|
||||
|
|
@ -65,7 +65,7 @@ class ProfilesWalker(Optimization):
|
|||
self.view_cron = self.sched.schedule(1, self.view_profile)
|
||||
|
||||
|
||||
class TinderBackend(BaseModule, CapMessages, CapMessagesPost, CapDating):
|
||||
class TinderModule(BaseModule, 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