web/__init__.py
changeset 10666 7f6b5f023884
parent 10603 65ad6980976e
equal deleted inserted replaced
10665:79ff784cd8af 10666:7f6b5f023884
    18 """CubicWeb web client core. You'll need a apache-modpython or twisted
    18 """CubicWeb web client core. You'll need a apache-modpython or twisted
    19 publisher to get a full CubicWeb web application
    19 publisher to get a full CubicWeb web application
    20 """
    20 """
    21 
    21 
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 _ = unicode
    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
    26 from logilab.common.deprecation import deprecated
    27 
    27 
    28 from cubicweb.web._exceptions import *
    28 from cubicweb.web._exceptions import *