This commit is contained in:
Kovid Goyal 2014-06-15 12:40:30 +05:30
parent 440af4a1e5
commit 500b05da83

View File

@ -8,7 +8,7 @@ __copyright__ = '2014, Kovid Goyal <kovid at kovidgoyal.net>'
from functools import partial
from PyQt4.Qt import (
from PyQt5.Qt import (
QTextBrowser, QVBoxLayout, QDialog, QDialogButtonBox, QIcon, QLabel, QCheckBox)
from calibre.ebooks.oeb.polish.main import CUSTOMIZATION