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
|
||||
from weboob.capabilities.paste import ICapPaste, BasePaste
|
||||
from weboob.capabilities.paste import CapPaste, BasePaste
|
||||
from weboob.tools.capabilities.paste import image_mime
|
||||
import re
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ class PixPaste(BasePaste):
|
|||
return 'http://pix.toile-libre.org/?img=%s' % id
|
||||
|
||||
|
||||
class PixtoilelibreBackend(BaseBackend, ICapPaste):
|
||||
class PixtoilelibreBackend(BaseBackend, CapPaste):
|
||||
NAME = 'pixtoilelibre'
|
||||
DESCRIPTION = u'toile-libre image hosting website'
|
||||
MAINTAINER = u'Vincent A'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue