mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Merge branch 'sip-loading-fix' of https://github.com/norbusan/calibre
This commit is contained in:
commit
1a69773b74
@ -10,7 +10,10 @@ import numbers
|
||||
import sys
|
||||
from collections import namedtuple
|
||||
|
||||
from PyQt5 import sip
|
||||
try:
|
||||
from PyQt5 import sip
|
||||
except ImportError:
|
||||
import sip
|
||||
from PyQt5.Qt import QApplication, QEventLoop, pyqtSignal
|
||||
from PyQt5.QtWebEngineWidgets import (
|
||||
QWebEnginePage, QWebEngineProfile, QWebEngineScript
|
||||
|
Loading…
x
Reference in New Issue
Block a user