mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
8221dcd5f4
commit
4b6e4d9ae4
@ -5,7 +5,7 @@ from PyQt4.QtGui import QDialog
|
||||
|
||||
from calibre.gui2.dialogs.search_ui import Ui_Dialog
|
||||
from calibre.gui2 import qstring_to_unicode
|
||||
from calibre.library.database2 import CONTAINS_MATCH, EQUALS_MATCH, REGEXP_MATCH
|
||||
from calibre.library.database2 import CONTAINS_MATCH, EQUALS_MATCH
|
||||
|
||||
class SearchDialog(QDialog, Ui_Dialog):
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -20,10 +20,7 @@ independently of where or how they are produced.
|
||||
"""
|
||||
|
||||
__docformat__ = 'restructuredtext en'
|
||||
try:
|
||||
__version__ = __import__('pkg_resources').get_distribution('Genshi').version
|
||||
except:
|
||||
pass
|
||||
__version__ = '0.5.0'
|
||||
|
||||
from calibre.utils.genshi.core import *
|
||||
from calibre.utils.genshi.input import ParseError, XML, HTML
|
||||
|
Loading…
x
Reference in New Issue
Block a user