Plugin actualized to get rid of messages like
Code:
calibre_plugins.reformat_epub.main:467: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
calibre_plugins.reformat_epub.main:471: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
Version of the plugin bumped to 2.4.1.
Maybe it would be a good idea to update the code to python3...