mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:23:09 +02:00
Fix #763805 (version 0.7.56 crashes in Ubuntu i386 and amd64)
This commit is contained in:
parent
0655424f16
commit
7da0ce12ae
2 changed files with 3 additions and 3 deletions
|
|
@ -408,7 +408,7 @@ def urls_from_identifiers(identifiers): # {{{
|
|||
{'identifiers':{'isbn': '9780307459671'},
|
||||
'title':'Invisible Gorilla', 'authors':['Christopher Chabris']},
|
||||
[title_test('The Invisible Gorilla',
|
||||
exact=True), authors_test(['Christopher F. Chabris', 'Daniel Simons'])]
|
||||
exact=True), authors_test(['Christopher Chabris', 'Daniel Simons'])]
|
||||
|
||||
),
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
import os
|
||||
from urlparse import urlparse
|
||||
|
||||
from PyQt4.Qt import (QWebView, QWebPage, QNetworkCookieJar,
|
||||
QFileDialog, QNetworkProxy)
|
||||
from PyQt4.Qt import QNetworkCookieJar, QFileDialog, QNetworkProxy
|
||||
from PyQt4.QtWebKit import QWebView, QWebPage
|
||||
|
||||
from calibre import USER_AGENT, get_proxies, get_download_filename
|
||||
from calibre.ebooks import BOOK_EXTENSIONS
|
||||
|
|
|
|||
Loading…
Reference in a new issue