common/mttransforms.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 14 Jan 2010 11:12:52 +0100
changeset 4239 bce7a7a95f2b
parent 4023 eae23c40627a
child 4252 6c4f109c2b03
permissions -rw-r--r--
fix error key / field input detection (field's name include -role when specified, the error key *may* include it

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