web/facet.py
changeset 5768 1e73a466aa69
parent 5618 24cc5d495fdf
child 5774 0d792bceb25d
equal deleted inserted replaced
5766:c397819f2482 5768:1e73a466aa69
    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