~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to recipes/singtaohk.recipe

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-02-12 16:45:34 UTC
  • mfrom: (1.3.38)
  • Revision ID: package-import@ubuntu.com-20130212164534-4tue9c37ui3lgdsl
Tags: 0.9.18+dfsg-1
* New upstream release. (Closes: #699700)
* Unfuzz patches.
* Add new libqt4-private-dev build dependency, required by this version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        diff = todaydate - date(2011, 12, 29)
103
103
        base = base + int(diff.total_seconds()/(3600*24))
104
104
        cover = 'http://singtao.com/media/a/a(' + str(base) +').jpg'
105
 
        br = BasicNewsRecipe.get_browser()
 
105
        br = BasicNewsRecipe.get_browser(self)
106
106
        try:
107
107
            br.open(cover)
108
108
        except: