Merge branch 'sip-loading-fix' of https://github.com/norbusan/calibre

This commit is contained in:
Kovid Goyal 2020-01-21 14:08:42 +05:30
commit 1a69773b74
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -10,7 +10,10 @@ import numbers
import sys
from collections import namedtuple
try:
from PyQt5 import sip
except ImportError:
import sip
from PyQt5.Qt import QApplication, QEventLoop, pyqtSignal
from PyQt5.QtWebEngineWidgets import (
QWebEnginePage, QWebEngineProfile, QWebEngineScript