Switch to unified view

a/src/filters/rcltxtlines.py b/src/filters/rcltxtlines.py
1
#!/usr/bin/env python2
1
#!/usr/bin/env python3
2
"""Index text lines as document (execm handler sample). This exists
2
"""Index text lines as document (execm handler sample). This exists
3
to demonstrate the execm interface and is not meant to be useful or
3
to demonstrate the execm interface and is not meant to be useful or
4
efficient"""
4
efficient"""
5
from __future__ import print_function
5
from __future__ import print_function
6
6