cubicweb/web/__init__.py
changeset 12503 b01dd0ef43aa
parent 11767 432f87a63057
child 12567 26744ad37953
equal deleted inserted replaced
12502:e651d5f24cb5 12503:b01dd0ef43aa
    21 
    21 
    22 
    22 
    23 from cubicweb import _
    23 from cubicweb import _
    24 
    24 
    25 from six.moves.urllib.parse import quote as urlquote
    25 from six.moves.urllib.parse import quote as urlquote
    26 from logilab.common.deprecation import deprecated
       
    27 
    26 
    28 from cubicweb.web._exceptions import *
    27 from cubicweb.web._exceptions import *
    29 from cubicweb.utils import json_dumps
    28 from cubicweb.utils import json_dumps
    30 from cubicweb.uilib import eid_param
    29 from cubicweb.uilib import eid_param
    31 
    30