rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -21,7 +21,7 @@
|
|||
from .base import IBaseCap, BaseObject, NotLoaded, Field, StringField, UserError
|
||||
|
||||
|
||||
__all__ = ['PasteNotFound', 'BasePaste', 'ICapPaste']
|
||||
__all__ = ['PasteNotFound', 'BasePaste', 'CapPaste']
|
||||
|
||||
|
||||
class PasteNotFound(UserError):
|
||||
|
|
@ -63,7 +63,7 @@ class BasePaste(BaseObject):
|
|||
return self.id2url(self.id)
|
||||
|
||||
|
||||
class ICapPaste(IBaseCap):
|
||||
class CapPaste(IBaseCap):
|
||||
"""
|
||||
This capability represents the ability for a website backend to store plain text.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue