web/views/debug.py
branchstable
changeset 5824 de9b7e88660e
parent 5424 8ecbcbff9777
child 5825 2daf1ac79d5c
equal deleted inserted replaced
5817:e4207221f3f5 5824:de9b7e88660e
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    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 """management and error screens
    18 """management and error screens"""
    19 
    19 
    20 
       
    21 """
       
    22 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    23 
    21 
    24 from time import strftime, localtime
    22 from time import strftime, localtime
    25 
    23 
    26 from logilab.mtconverter import xml_escape
    24 from logilab.mtconverter import xml_escape