diff --git a/AUTHORS b/AUTHORS index fbef806f..0d1cfda4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,8 +25,8 @@ Noe Rubinstein and Simplyreadit modules maintainer. Julien Veyssier - * CreditMutuel, Geolocip, Ipinfodb, IsoHunt, Kickass, and Piratebay - modules maintainer. + * CreditMutuel, Geolocip, Ipinfodb, IsoHunt, Kickass, Piratebay, + Attilasub, Opensubtitles, Tvsubtitles and Btmon modules maintainer. Christophe Benz * Bouygues, INA, SFR and Youtube modules maintainer. diff --git a/modules/kickass/pages.py b/modules/kickass/pages.py index b4e46e46..4aacb1c5 100644 --- a/modules/kickass/pages.py +++ b/modules/kickass/pages.py @@ -31,7 +31,7 @@ from weboob.tools.browser import BasePage from weboob.tools.misc import get_bytes_size -__all__ = ['TorrentsPage'] +__all__ = ['TorrentsPage','TorrentPage'] class TorrentsPage(BasePage):