utils.py
branch3.5
changeset 2932 90ad3f31204a
parent 2678 0308dc159b96
child 2935 e06b3eadef31
equal deleted inserted replaced
2918:452b4c9ee61d 2932:90ad3f31204a
   318                                                  self.htmltag,
   318                                                  self.htmltag,
   319                                                  self.head.getvalue(),
   319                                                  self.head.getvalue(),
   320                                                  self.body.getvalue())
   320                                                  self.body.getvalue())
   321 
   321 
   322 
   322 
   323 class AcceptMixIn(object):
       
   324     """Mixin class for appobjects defining the 'accepts' attribute describing
       
   325     a set of supported entity type (Any by default).
       
   326     """
       
   327     # XXX deprecated, no more necessary
       
   328