Switch to unified view

a/src/filters/rclkar b/src/filters/rclkar
1
#!/usr/bin/env python2
1
#!/usr/bin/env python3
2
2
3
# Read a .kar midi karaoke file and translate to recoll indexable format
3
# Read a .kar midi karaoke file and translate to recoll indexable format
4
# This does not work with Python3 yet because python:midi doesn't 
4
# This does not work with Python3 yet because python:midi doesn't 
5
from __future__ import print_function
5
from __future__ import print_function
6
6