rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue