web/views/tabs.py
changeset 6466 43d71dd8a8ec
parent 6193 a58097ee4f15
child 6472 6e058f937126
equal deleted inserted replaced
6465:6401a9d0b5aa 6466:43d71dd8a8ec
    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 """base classes to handle tabbed views
    18 """base classes to handle tabbed views"""
    19 
       
    20 """
       
    21 
    19 
    22 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    23 
    21 
    24 from logilab.common.deprecation import class_renamed
    22 from logilab.common.deprecation import class_renamed
    25 from logilab.mtconverter import xml_escape
    23 from logilab.mtconverter import xml_escape