Example #1
0
 def do_Channel(self):
     from channel import rss10Channel
     return rss10Channel()
Example #2
0
 def do_channel(self):
   from channel import rss10Channel
   return rdfAbout(), rss10Channel(), noduplicates()
Example #3
0
 def do_channel(self):
   from channel import rss10Channel
   return rdfAbout(), rss10Channel(), noduplicates()
Example #4
0
 def do_Channel(self):
   from channel import rss10Channel
   return rss10Channel()