common/mttransforms.py
author Charles Hébert
Fri, 18 Dec 2009 15:08:20 +0100
changeset 4145 77784738bf7b
parent 4023 eae23c40627a
child 4252 6c4f109c2b03
permissions -rw-r--r--
[mq]: fix_es_po_file_creation

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