interfaces.py
changeset 626 97924df9168c
parent 125 979dbe0cade3
child 767 b094cf8535b4
child 990 5f1ff5b6907a
equal deleted inserted replaced
625:e57cc039b418 626:97924df9168c
   236     """interface for entities with rss flux"""
   236     """interface for entities with rss flux"""
   237     
   237     
   238     def rss_feed_url(self):
   238     def rss_feed_url(self):
   239         """return an url which layout sub-entities item
   239         """return an url which layout sub-entities item
   240         """
   240         """
       
   241 class ISIOC(Interface):
       
   242     """interface for entities with sioc views"""
       
   243     
       
   244