common/mixins.py
author Pierre-Yves
Fri, 18 Dec 2009 15:10:38 +0100
changeset 4146 39648619f3d8
parent 4023 eae23c40627a
child 4252 6c4f109c2b03
permissions -rw-r--r--
Improve warning message

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