changeset 5890 | 141b935a38fc |
parent 5881 | 57387070f612 |
parent 5886 | 00a78298d30d |
child 5892 | 214633a80961 |
5883:7a5f370c5be1 | 5890:141b935a38fc |
---|---|
189 .. autoclass:: cubicweb.appobject.traced_selection |
189 .. autoclass:: cubicweb.appobject.traced_selection |
190 |
190 |
191 |
191 |
192 .. |cubicweb| replace:: *CubicWeb* |
192 .. |cubicweb| replace:: *CubicWeb* |
193 """ |
193 """ |
194 |
|
194 __docformat__ = "restructuredtext en" |
195 __docformat__ = "restructuredtext en" |
195 |
196 |
196 import logging |
197 import logging |
197 from warnings import warn |
198 from warnings import warn |
198 |
199 |