rename ICap to Cap (closes #1424)
This commit is contained in:
parent
51958135cb
commit
e025fb0b20
244 changed files with 679 additions and 679 deletions
|
|
@ -23,7 +23,7 @@ import datetime
|
|||
from .base import IBaseCap, BaseObject, StringField, DateField, UserError
|
||||
|
||||
|
||||
__all__ = ['ChatException', 'ChatMessage', 'ICapChat']
|
||||
__all__ = ['ChatException', 'ChatMessage', 'CapChat']
|
||||
|
||||
|
||||
class ChatException(UserError):
|
||||
|
|
@ -52,7 +52,7 @@ class ChatMessage(BaseObject):
|
|||
self.date = datetime.datetime.utcnow()
|
||||
|
||||
|
||||
class ICapChat(IBaseCap):
|
||||
class CapChat(IBaseCap):
|
||||
"""
|
||||
Websites with a chat system.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue