Switch to unified view

a/src/filters/rcltext.py b/src/filters/rcltext.py
1
#!/usr/bin/env python2
1
#!/usr/bin/env python3
2
2
3
# Wrapping a text file. Recoll does it internally in most cases, but
3
# Wrapping a text file. Recoll does it internally in most cases, but
4
# this is for use by another filter.
4
# this is for use by another filter.
5
5
6
from __future__ import print_function
6
from __future__ import print_function