view.py
changeset 10068 1b0cb3c6c95e
parent 10006 8391bf718485
child 10211 59a77e8847bc
equal deleted inserted replaced
10067:16c554c76eb4 10068:1b0cb3c6c95e
    18 """abstract views and templates classes for CubicWeb web client"""
    18 """abstract views and templates classes for CubicWeb web client"""
    19 
    19 
    20 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    21 _ = unicode
    21 _ = unicode
    22 
    22 
    23 import types, new
       
    24 from cStringIO import StringIO
    23 from cStringIO import StringIO
    25 from warnings import warn
    24 from warnings import warn
    26 from functools import partial
    25 from functools import partial
    27 
    26 
    28 from logilab.common.deprecation import deprecated
    27 from logilab.common.deprecation import deprecated