equal
deleted
inserted
replaced
319 self.head.getvalue(), |
319 self.head.getvalue(), |
320 self.body.getvalue()) |
320 self.body.getvalue()) |
321 |
321 |
322 |
322 |
323 class AcceptMixIn(object): |
323 class AcceptMixIn(object): |
324 """Mixin class for vobjects defining the 'accepts' attribute describing |
324 """Mixin class for appobjects defining the 'accepts' attribute describing |
325 a set of supported entity type (Any by default). |
325 a set of supported entity type (Any by default). |
326 """ |
326 """ |
327 # XXX deprecated, no more necessary |
327 # XXX deprecated, no more necessary |
328 |
328 |
329 def get_schema_property(eschema, rschema, role, property): |
329 def get_schema_property(eschema, rschema, role, property): |