mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b53305c316
commit
44ebdeb176
@ -389,4 +389,6 @@ if __name__ == '__main__':
|
|||||||
{'action':'replace', 'query':'moose', 'match_type':'one_of', 'replace':'xxxx'},
|
{'action':'replace', 'query':'moose', 'match_type':'one_of', 'replace':'xxxx'},
|
||||||
]
|
]
|
||||||
d.exec_()
|
d.exec_()
|
||||||
|
from pprint import pprint
|
||||||
|
pprint(d.rules)
|
||||||
del d, app
|
del d, app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user