handle general errors when website is unavailable

This commit is contained in:
Romain Bignon 2011-10-25 13:29:52 +02:00
commit 06eb33ec59
3 changed files with 41 additions and 4 deletions

View file

@ -23,10 +23,11 @@ import urlparse
from logging import warning, debug
from weboob.tools.misc import html2text, get_bytes_size
from weboob.tools.browser import BasePage
from weboob.capabilities.torrent import Torrent
from weboob.capabilities.base import NotLoaded
from .base import BasePage
__all__ = ['TorrentsPage']