common/entity.py
branchtls-sprint
changeset 870 0b31dbac6459
parent 703 413675c2d46c
child 985 6a25c58a1c23
equal deleted inserted replaced
869:168ad6d424d1 870:0b31dbac6459
     1 from warnings import warn
     1 from warnings import warn
     2 warn('moved to cubicweb.entity', DeprecationWarning, stacklevel=2)
     2 warn('moved to cubicweb.entity', DeprecationWarning, stacklevel=2)
     3 from cubicweb.entity import *
     3 from cubicweb.entity import *
       
     4 from cubicweb.entity import _marker