equal
deleted
inserted
replaced
15 # |
15 # |
16 # You should have received a copy of the GNU Lesser General Public License along |
16 # You should have received a copy of the GNU Lesser General Public License along |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 """contains utility functions and some visual component to restrict results of |
18 """contains utility functions and some visual component to restrict results of |
19 a search |
19 a search |
20 |
|
21 """ |
20 """ |
|
21 |
22 __docformat__ = "restructuredtext en" |
22 __docformat__ = "restructuredtext en" |
23 |
23 |
24 from copy import deepcopy |
24 from copy import deepcopy |
25 from datetime import date, datetime, timedelta |
25 from datetime import date, datetime, timedelta |
26 |
26 |