Rename CapBase to Capability

This commit is contained in:
Florent 2014-09-23 10:20:09 +02:00
commit 44dffce7b2
31 changed files with 64 additions and 64 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .base import UserError, NotLoaded, NotAvailable, BaseObject, CapBase
from .base import UserError, NotLoaded, NotAvailable, BaseObject, Capability
__all__ = ['UserError', 'NotLoaded', 'NotAvailable', 'BaseObject', 'CapBase']
__all__ = ['UserError', 'NotLoaded', 'NotAvailable', 'BaseObject', 'Capability']