view.py
branchstable
changeset 5528 5d1b2ae7d459
parent 5424 8ecbcbff9777
child 5533 5cb121d4f02f
equal deleted inserted replaced
5526:4fcb0c132098 5528:5d1b2ae7d459
    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 """abstract views and templates classes for CubicWeb web client
    18 """abstract views and templates classes for CubicWeb web client"""
    19 
    19 
    20 
       
    21 """
       
    22 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    23 _ = unicode
    21 _ = unicode
    24 
    22 
    25 from cStringIO import StringIO
    23 from cStringIO import StringIO
    26 from warnings import warn
    24 from warnings import warn