author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Thu, 20 Aug 2009 11:52:57 +0200 | |
branch | 3.5 |
changeset 2932 | 90ad3f31204a |
parent 2918 | 452b4c9ee61d |
child 2933 | d511ddcd2689 |
--- a/utils.py Wed Aug 19 11:48:55 2009 +0200 +++ b/utils.py Thu Aug 20 11:52:57 2009 +0200 @@ -320,9 +320,3 @@ self.body.getvalue()) -class AcceptMixIn(object): - """Mixin class for appobjects defining the 'accepts' attribute describing - a set of supported entity type (Any by default). - """ - # XXX deprecated, no more necessary -