removing useless method (bis)
authorLaure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 02 Mar 2009 14:31:40 +0100
changeset 994 98f19cf755a1
parent 993 c1ce4c3a7c8f
child 995 7163b5258f98
child 999 999198995a53
removing useless method (bis)
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"""