common/entity.py
author sylvain.thenault@logilab.fr
Thu, 19 Feb 2009 22:48:50 +0100
branchtls-sprint
changeset 869 168ad6d424d1
parent 703 413675c2d46c
child 870 0b31dbac6459
permissions -rw-r--r--
form to edit multiple entities, use it in DeleteConfForm
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
703
413675c2d46c bw compat modules
sylvain.thenault@logilab.fr
parents:
diff changeset
     1
from warnings import warn
413675c2d46c bw compat modules
sylvain.thenault@logilab.fr
parents:
diff changeset
     2
warn('moved to cubicweb.entity', DeprecationWarning, stacklevel=2)
413675c2d46c bw compat modules
sylvain.thenault@logilab.fr
parents:
diff changeset
     3
from cubicweb.entity import *