common/mttransforms.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 09 Apr 2010 15:08:24 +0200
branchstable
changeset 5200 2b454c6ab7ef
parent 4253 05300a21887b
child 5421 8167de96c523
permissions -rw-r--r--
[web] on logout, use the base_url argument of build_url instead of hacking the request to get proper url. This fix a bug on site with http/https versions: the session cookie is badly removed on logout

"""pre 3.6 bw compat"""
# pylint: disable-msg=W0614,W0401
from warnings import warn
warn('moved to cubicweb.mttransforms', DeprecationWarning, stacklevel=2)
from cubicweb.mttransforms import *