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

« back to all changes in this revision

Viewing changes to recipes/modoros.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:
80
80
                for h in cur_items:
81
81
                    f.write(h+'\n')
82
82
 
83
 
        remove = [f for f in feeds if len(f) == 0 and
 
83
        remove = [fl for fl in feeds if len(fl) == 0 and
84
84
                self.remove_empty_feeds]
85
85
        for f in remove:
86
86
            feeds.remove(f)