s/AdopteUnMec/AuMBrowser/

This commit is contained in:
Christophe Benz 2010-07-11 02:20:39 +02:00
commit c01d2a3c6d
4 changed files with 7 additions and 10 deletions

View file

@ -41,10 +41,10 @@ from weboob.backends.aum.pages.wait import WaitPage
from weboob.capabilities.chat import ChatException, ChatMessage
__all__ = ['AdopteUnMec']
__all__ = ['AuMBrowser']
class AdopteUnMec(BaseBrowser):
class AuMBrowser(BaseBrowser):
DOMAIN = 'www.adopteunmec.com'
PROTOCOL = 'http'
ENCODING = 'iso-8859-1'