cubicweb/web/views/cwsources.py
changeset 12567 26744ad37953
parent 11775 39cf9e55ada8
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    18 """Specific views for data sources and related entities (eg CWSource,
    18 """Specific views for data sources and related entities (eg CWSource,
    19 CWSourceHostConfig).
    19 CWSourceHostConfig).
    20 """
    20 """
    21 
    21 
    22 import logging
    22 import logging
    23 
       
    24 from six.moves import range
       
    25 
    23 
    26 from logilab.common.decorators import cachedproperty
    24 from logilab.common.decorators import cachedproperty
    27 
    25 
    28 from cubicweb import _
    26 from cubicweb import _
    29 from cubicweb import Unauthorized, tags
    27 from cubicweb import Unauthorized, tags