# HG changeset patch # User Laure Bourgois # Date 1236000700 -3600 # Node ID 98f19cf755a146a69a3f6de3dd9f3f236c7039ce # Parent c1ce4c3a7c8fd05cd839e157e684f64354884b2b removing useless method (bis) diff -r c1ce4c3a7c8f -r 98f19cf755a1 interfaces.py --- a/interfaces.py Mon Mar 02 14:27:31 2009 +0100 +++ b/interfaces.py Mon Mar 02 14:31:40 2009 +0100 @@ -246,11 +246,8 @@ """return content entity""" def isioc_container(self): - """return container entity""" - - def isioc_get_reply(self): - """return list of item reply""" - + """return container entity""" + class ISiocContainer(Interface): """interface for entities (which are container in sioc specification) with sioc views"""