diff -r 34359fbde6ef -r ee9a10b6620e common/mixins.py --- a/common/mixins.py Thu Oct 14 10:08:00 2010 +0200 +++ b/common/mixins.py Thu Oct 14 10:15:38 2010 +0200 @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . """pre 3.6 bw compat""" -# pylint: disable-msg=W0614,W0401 +# pylint: disable=W0614,W0401 from warnings import warn warn('moved to cubicweb.mixins', DeprecationWarning, stacklevel=2) from cubicweb.mixins import *