1
from warnings import warn
2
warn('moved to cubicweb.utils', DeprecationWarning, stacklevel=2)
3
from cubicweb.utils import *