Switch to unified view

a/src/python/samples/recollqsd.py b/src/python/samples/recollqsd.py
1
#!/usr/bin/env python
1
#!/usr/bin/env python
2
"""Example for using the ''searchdata''' structured query interface.
3
Not good for anything except showing/trying the code."""
2
4
3
import sys
5
import sys
4
import recoll
6
import recoll
5
7
6
def dotest(db, q):
8
def dotest(db, q):