mixins.py
changeset 4401 4d973c834eb3
parent 4395 e50b71c0dd87
child 4719 aaed3f813ef8
equal deleted inserted replaced
4400:4d36e0e93fdb 4401:4d973c834eb3
     5 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     8 """
     8 """
     9 __docformat__ = "restructuredtext en"
     9 __docformat__ = "restructuredtext en"
       
    10 
       
    11 from itertools import chain
    10 
    12 
    11 from logilab.common.deprecation import deprecated
    13 from logilab.common.deprecation import deprecated
    12 from logilab.common.decorators import cached
    14 from logilab.common.decorators import cached
    13 
    15 
    14 from cubicweb import typed_eid
    16 from cubicweb import typed_eid