interfaces.py
changeset 994 98f19cf755a1
parent 993 c1ce4c3a7c8f
child 1006 92a0601b2523
child 1199 7fa66717175b
--- 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"""