Switch to unified view

a/src/filters/rclepub b/src/filters/rclepub
1
#!/usr/bin/env python2
1
#!/usr/bin/env python3
2
"""Extract Html content from an EPUB file (.epub)"""
2
"""Extract Html content from an EPUB file (.epub)"""
3
from __future__ import print_function
3
from __future__ import print_function
4
4
5
rclepub_html_mtype = "text/html"
5
rclepub_html_mtype = "text/html"
6
6