common/view.py
changeset 497 68d4211518c5
parent 472 958805c342b6
child 522 385ce5e0b30b
equal deleted inserted replaced
496:e25a3c2f5393 497:68d4211518c5
     1 """abstract views and templates classes for CubicWeb web client
     1 """abstract views and templates classes for CubicWeb web client
     2 
     2 
     3 
     3 
     4 :organization: Logilab
     4 :organization: Logilab
     5 :copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     7 """
     7 """
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     9 
     9 
    10 from cStringIO import StringIO
    10 from cStringIO import StringIO