cubicweb/web/views/ajaxcontroller.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12187 3a1f742b84cd
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    59 
    59 
    60 .. autofunction:: cubicweb.web.views.ajaxcontroller.ajaxfunc
    60 .. autofunction:: cubicweb.web.views.ajaxcontroller.ajaxfunc
    61 
    61 
    62 """
    62 """
    63 
    63 
    64 __docformat__ = "restructuredtext en"
    64 
    65 
    65 
    66 from warnings import warn
    66 from warnings import warn
    67 from functools import partial
    67 from functools import partial
    68 
    68 
    69 from six import PY2, text_type
    69 from six import PY2, text_type