Switch to unified view

a/src/filters/rclppt.py b/src/filters/rclppt.py
1
#!/usr/bin/env python2
1
#!/usr/bin/env python3
2
2
3
# Recoll PPT text extractor
3
# Recoll PPT text extractor
4
# Mso-dumper is not compatible with Python3. We use sys.executable to
5
# start the actual extractor, so we need to use python2 too.
6
4
7
from __future__ import print_function
5
from __future__ import print_function
8
6
9
import rclexecm
7
import rclexecm
10
import rclexec1
8
import rclexec1