Switch to unified view

a/src/filters/rclimg.py b/src/filters/rclimg.py
1
#!/usr/bin/env python2
1
#!/usr/bin/env python3
2
2
3
# Python-based Image Tag extractor for Recoll. This is less thorough
3
# Python-based Image Tag extractor for Recoll. This is less thorough
4
# than the Perl-based rclimg script, but useful if you don't want to
4
# than the Perl-based rclimg script, but useful if you don't want to
5
# have to install Perl (e.g. on Windows).
5
# have to install Perl (e.g. on Windows).
6
#
6
#