Exemplo n.º 1
0
 def _withAbout(self,v):
   if self._is_090():
     return v
   else:
     return v, rdfAbout()
Exemplo n.º 2
0
 def _withAbout(self,v):
   if self._is_090():
     return v
   else:
     return v, rdfAbout()
Exemplo n.º 3
0
 def do_channel(self):
   from channel import rss10Channel
   return rdfAbout(), rss10Channel(), noduplicates()
Exemplo n.º 4
0
 def do_channel(self):
   from channel import rss10Channel
   return rdfAbout(), rss10Channel(), noduplicates()