rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
from weboob.tools.backend import BaseBackend, BackendConfig
|
||||
from weboob.tools.value import Value
|
||||
from weboob.capabilities.pricecomparison import ICapPriceComparison, Price, Product
|
||||
from weboob.capabilities.pricecomparison import CapPriceComparison, Price, Product
|
||||
|
||||
from .browser import PrixCarburantsBrowser
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ from .browser import PrixCarburantsBrowser
|
|||
__all__ = ['PrixCarburantsBackend']
|
||||
|
||||
|
||||
class PrixCarburantsBackend(BaseBackend, ICapPriceComparison):
|
||||
class PrixCarburantsBackend(BaseBackend, CapPriceComparison):
|
||||
NAME = 'prixcarburants'
|
||||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue