mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 18:25:05 +01:00
...
This commit is contained in:
parent
84542fa73e
commit
5ef20f66eb
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
from urllib import unquote
|
||||
|
||||
from cssutils import parseStyle
|
||||
from PyQt4.Qt import (QWebPage, pyqtProperty, QString, QEventLoop, QWebView,
|
||||
Qt, QSize, QTimer)
|
||||
from PyQt4.Qt import (pyqtProperty, QString, QEventLoop, Qt, QSize, QTimer)
|
||||
from PyQt4.QtWebKit import QWebPage, QWebView
|
||||
|
||||
from calibre.constants import iswindows
|
||||
from calibre.ebooks.oeb.display.webview import load_html
|
||||
|
|
|
|||
Loading…
Reference in a new issue