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, StringField, Field, UserError
|
||||
|
||||
|
||||
__all__ = ['AccountRegisterError', 'Account', 'StatusField', 'ICapAccount']
|
||||
__all__ = ['AccountRegisterError', 'Account', 'StatusField', 'CapAccount']
|
||||
|
||||
|
||||
class AccountRegisterError(UserError):
|
||||
|
|
@ -56,7 +56,7 @@ class StatusField(object):
|
|||
self.flags = flags
|
||||
|
||||
|
||||
class ICapAccount(IBaseCap):
|
||||
class CapAccount(IBaseCap):
|
||||
"""
|
||||
Capability for websites when you can create and manage accounts.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue