コード例 #1
0
ファイル: blog.py プロジェクト: timparkin/into-the-light
 def gotItems(items):
     return rssfeed.getRSSFeed( ctx, CommentRSSSource(items) )
コード例 #2
0
ファイル: blog.py プロジェクト: timparkin/into-the-light
 def gotItems(items):
     return rssfeed.getRSSFeed( ctx, BlogRSSSource(items) )