common/mttransforms.py
changeset 6491 ee9a10b6620e
parent 5424 8ecbcbff9777
equal deleted inserted replaced
6490:34359fbde6ef 6491:ee9a10b6620e
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """pre 3.6 bw compat"""
    18 """pre 3.6 bw compat"""
    19 # pylint: disable-msg=W0614,W0401
    19 # pylint: disable=W0614,W0401
    20 from warnings import warn
    20 from warnings import warn
    21 warn('moved to cubicweb.mttransforms', DeprecationWarning, stacklevel=2)
    21 warn('moved to cubicweb.mttransforms', DeprecationWarning, stacklevel=2)
    22 from cubicweb.mttransforms import *
    22 from cubicweb.mttransforms import *