This commit is contained in:
Kovid Goyal 2014-07-24 18:56:45 +05:30
parent a5706716b6
commit 0abdad0e29
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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