mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 19:04:11 +02:00
...
This commit is contained in:
parent
a4b1689901
commit
b3fd7d3e01
1 changed files with 2 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ def __init__(self, oeb_metadata=None):
|
|||
self.author = force_unicode(self.author)
|
||||
# }}}
|
||||
|
||||
class Page(QWebPage):
|
||||
class Page(QWebPage): # {{{
|
||||
|
||||
def __init__(self, opts, log):
|
||||
self.log = log
|
||||
|
|
@ -153,6 +153,7 @@ def javaScriptConsoleMessage(self, msg, lineno, msgid):
|
|||
|
||||
def javaScriptAlert(self, frame, msg):
|
||||
self.log(unicode(msg))
|
||||
# }}}
|
||||
|
||||
class PDFWriter(QObject): # {{{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue