cwvreg.py
branchstable
changeset 5886 00a78298d30d
parent 5748 487ab6ac90cc
child 5890 141b935a38fc
equal deleted inserted replaced
5885:5d908f1a7659 5886:00a78298d30d
   188 
   188 
   189 .. automethod:: cubicweb.vregistry.Registry.possible_objects
   189 .. automethod:: cubicweb.vregistry.Registry.possible_objects
   190 
   190 
   191 .. automethod:: cubicweb.vregistry.Registry.object_by_id
   191 .. automethod:: cubicweb.vregistry.Registry.object_by_id
   192 """
   192 """
       
   193 
   193 __docformat__ = "restructuredtext en"
   194 __docformat__ = "restructuredtext en"
   194 _ = unicode
   195 _ = unicode
   195 
   196 
   196 from logilab.common.decorators import cached, clear_cache
   197 from logilab.common.decorators import cached, clear_cache
   197 from logilab.common.deprecation import  deprecated
   198 from logilab.common.deprecation import  deprecated