From 130d304a0338c85394d4c7dc240165e616499793 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Thu, 28 Feb 2013 03:21:57 +0100 Subject: [PATCH] authors update --- AUTHORS | 4 ++-- modules/kickass/pages.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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):