common/mixins.py
author Julien Jehannet <julien.jehannet@logilab.fr>
Wed, 10 Mar 2010 16:07:24 +0100
changeset 4912 9767cc516b4f
parent 4252 6c4f109c2b03
child 5421 8167de96c523
permissions -rw-r--r--
[R] dataimport: changes - deprecate checkpoint() in favour of commit() - filter on None value in mk_entity - rearrange log messages order

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