mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 09:03:08 +02:00
Fix #8008 (QWebPage import error)
This commit is contained in:
parent
47cc6f8a25
commit
3d30edcc83
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@
|
|||
from lxml.html import soupparser
|
||||
|
||||
from PyQt4.Qt import QApplication, QFontInfo, QSize, QWidget, QPlainTextEdit, \
|
||||
QToolBar, QVBoxLayout, QAction, QIcon, QWebPage, Qt, QTabWidget, QUrl, \
|
||||
QToolBar, QVBoxLayout, QAction, QIcon, Qt, QTabWidget, QUrl, \
|
||||
QSyntaxHighlighter, QColor, QChar, QColorDialog, QMenu, QInputDialog
|
||||
from PyQt4.QtWebKit import QWebView
|
||||
from PyQt4.QtWebKit import QWebView, QWebPage
|
||||
|
||||
from calibre.ebooks.chardet import xml_to_unicode
|
||||
from calibre import xml_replace_entities
|
||||
|
|
|
|||
Loading…
Reference in a new issue