~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to recipes/windsor_star.recipe

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-05-14 18:17:50 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: package-import@ubuntu.com-20140514181750-efj1wymey2vb4cao
Tags: upstream-1.36.0+dfsg
ImportĀ upstreamĀ versionĀ 1.36.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
                    articles[key] = []
218
218
                articles[key].append(dict(title=title,url=url,date=pubdate,description=description,author=author,content=''))
219
219
 
220
 
        ans = [(key, articles[key]) for key in ans if articles.has_key(key)]
 
220
        ans = [(keyl, articles[keyl]) for keyl in ans if articles.has_key(keyl)]
221
221
        return ans