equal
deleted
inserted
replaced
74 .. autoclass:: InContextTextView |
74 .. autoclass:: InContextTextView |
75 .. autoclass:: OutOfContextView |
75 .. autoclass:: OutOfContextView |
76 """ |
76 """ |
77 |
77 |
78 __docformat__ = "restructuredtext en" |
78 __docformat__ = "restructuredtext en" |
79 _ = unicode |
79 from cubicweb import _ |
80 |
80 |
81 from datetime import timedelta |
81 from datetime import timedelta |
82 from warnings import warn |
82 from warnings import warn |
83 |
83 |
84 from six.moves import range |
84 from six.moves import range |