[piratebay] AUTHORS up to date, pyflakes runs
This commit is contained in:
parent
0fef303764
commit
4769b117a1
3 changed files with 1 additions and 6 deletions
2
AUTHORS
2
AUTHORS
|
|
@ -26,7 +26,7 @@ Xavier Guerrin <xavier@tuxfamily.org>
|
|||
* CrAgr backend maintainer.
|
||||
|
||||
Julien Veyssier <julien.veyssier@aiur.fr>
|
||||
* CreditMutuel, Geolocip and Ipinfodb backends maintainer.
|
||||
* CreditMutuel, Geolocip, Ipinfodb, Piratebay backends maintainer.
|
||||
|
||||
Laurent Bachelier <laurent@bachelier.name>
|
||||
* Various contributions.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
from weboob.capabilities.torrent import ICapTorrent
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from weboob.tools.value import ValuesDict, Value
|
||||
|
||||
from .browser import PiratebayBrowser
|
||||
|
||||
|
|
|
|||
|
|
@ -16,13 +16,9 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
import re
|
||||
from logging import warning, debug
|
||||
|
||||
from weboob.tools.misc import html2text
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.capabilities.torrent import Torrent
|
||||
from weboob.capabilities.base import NotLoaded
|
||||
|
||||
|
||||
__all__ = ['TorrentsPage']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue