Skip to content

[omemo] Fix loading of style.css with python 3.5

Malte L requested to merge maltel/gajim-plugins:fix-omemo-python3.5 into master

That the built-in open function can be used with pathlib.Path objects is new in python 3.6. This makes loading style.css for the omemo plugin fail. Changing to the open method provided by pathlib.Path also works for python 3.5.

Merge request reports