ObjectNotSupported is now an assertion

This commit is contained in:
Christophe Benz 2010-08-12 16:45:05 +02:00
commit d81f5dac7a
3 changed files with 5 additions and 10 deletions

View file

@ -29,7 +29,6 @@ import sys
from weboob.core import CallErrors
from weboob.core.backends import BackendsConfig
from weboob.tools.backend import ObjectNotSupported
from .base import BackendNotFound, BaseApplication
from .formatters.load import formatters, load_formatter