mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
dd677e21cb
commit
440af4a1e5
@ -4,7 +4,7 @@ __copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||
import os, sys, Queue, threading, glob
|
||||
from threading import RLock
|
||||
from urllib import unquote
|
||||
import PyQt5.QtWebKitWidgets # This is needed to ensure that import from the Qt shortcut module work
|
||||
import PyQt5.QtWebKitWidgets # This is needed to ensure that imports from the Qt shortcut module work
|
||||
from PyQt5.Qt import (
|
||||
QFileInfo, QObject, QBuffer, Qt, QStyle, QByteArray, QTranslator,
|
||||
QCoreApplication, QThread, QEvent, QTimer, pyqtSignal, QDateTime,
|
||||
|
Loading…
x
Reference in New Issue
Block a user