mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 02:33:38 +02:00
...
This commit is contained in:
parent
0a301507c8
commit
1f63fab037
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def all_py_files():
|
|||
|
||||
def detect_qvariant():
|
||||
count = 0
|
||||
pat = re.compile(b'|'.join(br'QVariant NONE toInt toBool toString\(\) toPyObject canConvert toBitArray toByteArray toHash toFloat toMap toLine toPoint toReal toRect toTime toUInt toUrl'.split())) # noqa
|
||||
pat = re.compile(b'|'.join(br'QVariant NONE toDateTime toDate isValid toInt toBool toString\(\) toPyObject canConvert toBitArray toByteArray toHash toFloat toMap toLine toPoint toReal toRect toTime toUInt toUrl'.split())) # noqa
|
||||
exclusions = {
|
||||
'src/calibre/gui2/viewer/gestures.py': {'toPoint'},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue