1
"""pre 3.0 bw compat"""
2
# pylint: disable-msg=W0614,W0401
3
from warnings import warn
4
warn('moved to cubicweb.schema', DeprecationWarning, stacklevel=2)
5
from cubicweb.schema import *