adding ISIOC interface
authorLaure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 16 Feb 2009 15:21:46 +0100
changeset 626 97924df9168c
parent 625 e57cc039b418
child 636 3e9245cf0d9c
child 674 8580f1632055
adding ISIOC interface
interfaces.py
--- a/interfaces.py	Mon Feb 16 13:59:06 2009 +0100
+++ b/interfaces.py	Mon Feb 16 15:21:46 2009 +0100
@@ -238,3 +238,7 @@
     def rss_feed_url(self):
         """return an url which layout sub-entities item
         """
+class ISIOC(Interface):
+    """interface for entities with sioc views"""
+    
+