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