Merge branch 'fix-macos-libreoffice-hang' into 'master'

Fix hanging in macOS when LibreOffice is installed

See merge request openlp/openlp!389
This commit is contained in:
Tomas Groth 2022-01-30 07:33:43 +00:00
commit e03613bafe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
""" """
This module contains some helpers for serializing Path objects in Pyro4 This module contains some helpers for serializing Path objects in Pyro4
""" """
from openlp.core.common.path import Path from pathlib import Path
from Pyro4.util import SerializerBase from Pyro4.util import SerializerBase