web/views/iprogress.py
changeset 8190 2a3c1b787688
parent 8038 678d22a56ab6
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
     1 # copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 #
     3 #
     4 # This file is part of CubicWeb.
     4 # This file is part of CubicWeb.
     5 #
     5 #
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
    24 
    24 
    25 from logilab.common.deprecation import class_deprecated
    25 from logilab.common.deprecation import class_deprecated
    26 from logilab.mtconverter import xml_escape
    26 from logilab.mtconverter import xml_escape
    27 
    27 
    28 from cubicweb.utils import make_uid
    28 from cubicweb.utils import make_uid
    29 from cubicweb.selectors import adaptable
    29 from cubicweb.predicates import adaptable
    30 from cubicweb.schema import display_name
    30 from cubicweb.schema import display_name
    31 from cubicweb.view import EntityView
    31 from cubicweb.view import EntityView
    32 from cubicweb.web.views.tableview import EntityAttributesTableView
    32 from cubicweb.web.views.tableview import EntityAttributesTableView
    33 
    33 
    34 
    34