common/entity.py
changeset 1977 606923dff11b
parent 1132 96752791c2b6
child 4212 ab6573088b4a
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """pre 3.2 bw compat"""
     1 """pre 3.2 bw compat
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     2 # pylint: disable-msg=W0614,W0401
     8 # pylint: disable-msg=W0614,W0401
     3 from warnings import warn
     9 from warnings import warn
     4 warn('moved to cubicweb.entity', DeprecationWarning, stacklevel=2)
    10 warn('moved to cubicweb.entity', DeprecationWarning, stacklevel=2)
     5 from cubicweb.entity import *
    11 from cubicweb.entity import *
     6 from cubicweb.entity import _marker
    12 from cubicweb.entity import _marker