s/IBaseCap/CapBase/ (refs #1424)
This commit is contained in:
parent
0f90d6e9dd
commit
e5f11a15eb
31 changed files with 63 additions and 63 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from .base import UserError, NotLoaded, NotAvailable, BaseObject, IBaseCap
|
||||
from .base import UserError, NotLoaded, NotAvailable, BaseObject, CapBase
|
||||
|
||||
__all__ = ['UserError', 'NotLoaded', 'NotAvailable', 'BaseObject', 'IBaseCap']
|
||||
__all__ = ['UserError', 'NotLoaded', 'NotAvailable', 'BaseObject', 'CapBase']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue