s/IBaseCap/CapBase/ (refs #1424)

This commit is contained in:
Florent 2014-07-09 12:59:31 +02:00
commit e5f11a15eb
31 changed files with 63 additions and 63 deletions

View file

@ -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']