web/views/basetemplates.py
changeset 6582 8eb7883b4223
parent 6453 7fdd780d87e4
child 6678 5726677f0ae7
equal deleted inserted replaced
6581:4a3b264589dc 6582:8eb7883b4223
    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 """default templates for CubicWeb web client"""
    18 """default templates for CubicWeb web client"""
    19 
    19 
    20 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
       
    21 _ = unicode
    21 
    22 
    22 from logilab.mtconverter import xml_escape
    23 from logilab.mtconverter import xml_escape
    23 from logilab.common.deprecation import class_renamed
    24 from logilab.common.deprecation import class_renamed
    24 
    25 
    25 from cubicweb.appobject import objectify_selector
    26 from cubicweb.appobject import objectify_selector