# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1234904739 -3600 # Node ID 413675c2d46c6784eb28cad90a2d3ceb4b8ed72a # Parent c1d2f9bfb9ff8af431ff48a8eff0b86f049ce546 bw compat modules diff -r c1d2f9bfb9ff -r 413675c2d46c common/entity.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/entity.py Tue Feb 17 22:05:39 2009 +0100 @@ -0,0 +1,3 @@ +from warnings import warn +warn('moved to cubicweb.entity', DeprecationWarning, stacklevel=2) +from cubicweb.entity import *