cwvreg.py
changeset 5890 141b935a38fc
parent 5880 a022dcbed0d3
parent 5886 00a78298d30d
child 6014 a5e22657f6f4
equal deleted inserted replaced
5883:7a5f370c5be1 5890:141b935a38fc
   187 
   187 
   188 .. automethod:: cubicweb.vregistry.Registry.possible_objects
   188 .. automethod:: cubicweb.vregistry.Registry.possible_objects
   189 
   189 
   190 .. automethod:: cubicweb.vregistry.Registry.object_by_id
   190 .. automethod:: cubicweb.vregistry.Registry.object_by_id
   191 """
   191 """
       
   192 
   192 __docformat__ = "restructuredtext en"
   193 __docformat__ = "restructuredtext en"
   193 _ = unicode
   194 _ = unicode
   194 
   195 
   195 from warnings import warn
   196 from warnings import warn
   196 
   197