rename ICap to Cap (closes #1424)

This commit is contained in:
Romain Bignon 2014-07-05 17:33:44 +02:00
commit e025fb0b20
244 changed files with 679 additions and 679 deletions

View file

@ -20,11 +20,11 @@
from weboob.capabilities.paste import ICapPaste
from weboob.capabilities.paste import CapPaste
import binascii
class BasePasteBackend(ICapPaste):
class BasePasteBackend(CapPaste):
EXPIRATIONS = {}
"""
List of expirations and their corresponding remote codes (any type can be used).