s/IBaseCap/CapBase/ (refs #1424)
This commit is contained in:
parent
0f90d6e9dd
commit
e5f11a15eb
31 changed files with 63 additions and 63 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .base import IBaseCap, BaseObject, NotLoaded, Field, StringField, UserError
|
||||
from .base import CapBase, BaseObject, NotLoaded, Field, StringField, UserError
|
||||
|
||||
|
||||
__all__ = ['PasteNotFound', 'BasePaste', 'CapPaste']
|
||||
|
|
@ -63,7 +63,7 @@ class BasePaste(BaseObject):
|
|||
return self.id2url(self.id)
|
||||
|
||||
|
||||
class CapPaste(IBaseCap):
|
||||
class CapPaste(CapBase):
|
||||
"""
|
||||
This capability represents the ability for a website backend to store plain text.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue