mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a5706716b6
commit
0abdad0e29
@ -7,7 +7,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||
|
||||
import re
|
||||
from PyQt4.Qt import QAction, QInputDialog
|
||||
from PyQt5.Qt import QAction, QInputDialog
|
||||
from cssutils.css import CSSRule
|
||||
|
||||
# The base class that all tools must inherit from
|
||||
|
@ -8,7 +8,9 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||
|
||||
# QT5XX: Get rid of is_beta special processing in update.py
|
||||
|
||||
# QT5XX: Get rid of the plugin porting stat colelction in plugins_mirror.py
|
||||
# QT5XX: Get rid of the plugin porting stat collection in plugins_mirror.py
|
||||
|
||||
# QT5XX: Port the demo UI and editor plugin zip files on the server to Qt 5
|
||||
|
||||
# QT5XX: Delete this file after migration is completed
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user