cubicweb/web/component.py
changeset 11767 432f87a63057
parent 11129 97095348b3ee
child 12189 ef46695adb68
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """abstract component class and base components definition for CubicWeb web
    18 """abstract component class and base components definition for CubicWeb web
    19 client
    19 client
    20 """
    20 """
    21 
    21 
    22 __docformat__ = "restructuredtext en"
    22 
    23 from cubicweb import _
    23 from cubicweb import _
    24 
    24 
    25 from warnings import warn
    25 from warnings import warn
    26 
    26 
    27 from six import PY3, add_metaclass, text_type
    27 from six import PY3, add_metaclass, text_type