common/mixins.py
author Julien Jehannet <julien.jehannet@logilab.fr>
Wed, 17 Feb 2010 10:39:35 +0100
branchstable
changeset 4613 141a4f613f8a
parent 4252 6c4f109c2b03
child 5421 8167de96c523
permissions -rw-r--r--
[R] dataimport: refine error detection Consider only None as non-expected value after parsing the input file. False is now allowed because of the boolean yesno checker that returns False by default.

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