common/mttransforms.py
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 08 Dec 2009 14:46:17 +0100
changeset 4037 42f3a80738d7
parent 4023 eae23c40627a
child 4252 6c4f109c2b03
permissions -rw-r--r--
[mq]: typo

"""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 *