rename CapBaseObject to BaseObject (refs #1424)
This commit is contained in:
parent
4529735935
commit
51958135cb
44 changed files with 183 additions and 183 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from .base import UserError, NotLoaded, NotAvailable, CapBaseObject, IBaseCap
|
||||
from .base import UserError, NotLoaded, NotAvailable, BaseObject, IBaseCap
|
||||
|
||||
__all__ = ['UserError', 'NotLoaded', 'NotAvailable', 'CapBaseObject', 'IBaseCap']
|
||||
__all__ = ['UserError', 'NotLoaded', 'NotAvailable', 'BaseObject', 'IBaseCap']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue