remove unused code
This commit is contained in:
parent
904c9ff5f9
commit
5331e6fec6
1 changed files with 1 additions and 6 deletions
|
|
@ -19,10 +19,9 @@
|
|||
|
||||
from __future__ import with_statement
|
||||
|
||||
import time
|
||||
from weboob.capabilities.gallery import ICapGallery
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from weboob.tools.misc import to_unicode, ratelimit
|
||||
from weboob.tools.misc import ratelimit
|
||||
from weboob.tools.value import Value, ValuesDict
|
||||
|
||||
from .browser import EHentaiBrowser
|
||||
|
|
@ -45,10 +44,6 @@ class EHentaiBackend(BaseBackend, ICapGallery):
|
|||
Value('username', label='Username', default=''),
|
||||
Value('password', label='Password', default='', masked=True))
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
BaseBackend.__init__(self, *args, **kwargs)
|
||||
self.time_last_retreived = 0
|
||||
|
||||
def create_default_browser(self):
|
||||
return self.create_browser(
|
||||
self.config['domain'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue