interfaces.py
changeset 125 979dbe0cade3
parent 0 b97547f5f1fa
child 626 97924df9168c
equal deleted inserted replaced
107:4fe4ce7e2544 125:979dbe0cade3
   230     def marker_icon(self):
   230     def marker_icon(self):
   231         """returns the icon that should be used as the marker
   231         """returns the icon that should be used as the marker
   232         (returns None for default)
   232         (returns None for default)
   233         """
   233         """
   234         
   234         
       
   235 class IFeed(Interface):
       
   236     """interface for entities with rss flux"""
       
   237     
       
   238     def rss_feed_url(self):
       
   239         """return an url which layout sub-entities item
       
   240         """