rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -17,7 +17,7 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.capabilities.parcel import ICapParcel, Parcel, Event
|
||||
from weboob.capabilities.parcel import CapParcel, Parcel, Event
|
||||
from weboob.capabilities.base import UserError
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ from datetime import date
|
|||
__all__ = ['ColissimoBackend']
|
||||
|
||||
|
||||
class ColissimoBackend(BaseBackend, ICapParcel):
|
||||
class ColissimoBackend(BaseBackend, CapParcel):
|
||||
NAME = 'colissimo'
|
||||
DESCRIPTION = u'Colissimo parcel tracking website'
|
||||
MAINTAINER = u'Florent Fourcot'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue