This commit is contained in:
Kovid Goyal 2015-11-05 14:20:07 +05:30
parent b53305c316
commit 44ebdeb176

View File

@ -389,4 +389,6 @@ if __name__ == '__main__':
{'action':'replace', 'query':'moose', 'match_type':'one_of', 'replace':'xxxx'},
]
d.exec_()
from pprint import pprint
pprint(d.rules)
del d, app