cubicweb/web/httpcache.py
changeset 11767 432f87a63057
parent 11241 a2091fa8cb2c
child 12578 d06a2feae373
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    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 """HTTP cache managers"""
    18 """HTTP cache managers"""
    19 
    19 
    20 __docformat__ = "restructuredtext en"
    20 
    21 
    21 
    22 from calendar import timegm
    22 from calendar import timegm
    23 from datetime import datetime
    23 from datetime import datetime
    24 
    24 
    25 class NoHTTPCacheManager(object):
    25 class NoHTTPCacheManager(object):