cubicweb/web/__init__.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12503 b01dd0ef43aa
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 """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 
    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
    26 from logilab.common.deprecation import deprecated
    27 
    27