remove unnecessary constants

This commit is contained in:
Christophe Benz 2010-07-14 02:26:34 +02:00 committed by Romain Bignon
commit eb026b7c3c
6 changed files with 1 additions and 7 deletions

View file

@ -22,8 +22,6 @@ from weboob.tools.misc import to_unicode
class CanalTP(BaseBrowser):
DOMAIN = 'widget.canaltp.fr'
PROTOCOL = 'http'
PAGES = {}
def __init__(self):
BaseBrowser.__init__(self, '')