mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-27 21:16:30 +01:00
...
This commit is contained in:
parent
4dcf430d5d
commit
c5927abb00
1 changed files with 0 additions and 2 deletions
|
|
@ -4,13 +4,11 @@
|
|||
import os, sys, Queue, threading, glob
|
||||
from threading import RLock
|
||||
from urllib import unquote
|
||||
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,
|
||||
QDesktopServices, QFileDialog, QFileIconProvider, QSettings, QIcon,
|
||||
QApplication, QDialog, QUrl, QFont, QFontDatabase, QLocale, QFontInfo)
|
||||
del PyQt5
|
||||
|
||||
ORG_NAME = 'KovidsBrain'
|
||||
APP_UID = 'libprs500'
|
||||
|
|
|
|||
Loading…
Reference in a new issue