web/views/baseviews.py
changeset 964 a711c7c185d1
parent 958 6053622aae81
child 978 536c748e7b3f
equal deleted inserted replaced
963:fc73fd8ba8d6 964:a711c7c185d1
     9 
     9 
    10 :organization: Logilab
    10 :organization: Logilab
    11 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    11 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    12 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    12 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    13 """
    13 """
    14 from __future__ import with_statement
    14 #from __future__ import with_statement
    15 
    15 
    16 __docformat__ = "restructuredtext en"
    16 __docformat__ = "restructuredtext en"
    17 
    17 
    18 from warnings import warn
    18 from warnings import warn
    19 from time import timezone
    19 from time import timezone