[piratebay] AUTHORS up to date, pyflakes runs

This commit is contained in:
Julien Veyssier 2010-11-27 00:59:37 +01:00
commit 4769b117a1
3 changed files with 1 additions and 6 deletions

View file

@ -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.

View file

@ -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

View file

@ -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']