예제 #1
0
 def do_Channel(self):
     from channel import rss10Channel
     return rss10Channel()
예제 #2
0
 def do_channel(self):
   from channel import rss10Channel
   return rdfAbout(), rss10Channel(), noduplicates()
예제 #3
0
파일: rdf.py 프로젝트: 200895045/NewsBlur
 def do_channel(self):
   from channel import rss10Channel
   return rdfAbout(), rss10Channel(), noduplicates()
예제 #4
0
 def do_Channel(self):
   from channel import rss10Channel
   return rss10Channel()