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