mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
...
This commit is contained in:
parent
0e7f455242
commit
8f69cf6874
1 changed files with 1 additions and 2 deletions
|
|
@ -14,9 +14,8 @@
|
|||
from PyQt5.Qt import (QImage, QSizePolicy, QTimer, QDialog, Qt, QSize, QAction,
|
||||
QStackedLayout, QLabel, pyqtSignal, QKeySequence, QFont, QApplication)
|
||||
|
||||
from calibre.constants import plugins
|
||||
from calibre.ebooks.metadata import rating_to_stars
|
||||
from calibre.constants import islinux
|
||||
from calibre.constants import islinux, plugins
|
||||
from calibre.gui2 import (config, available_height, available_width, gprefs,
|
||||
rating_font)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue