Fix hanging in macOS when LibreOffice is installed

This commit is contained in:
Raoul Snyman 2022-01-29 12:40:57 -07:00
parent ff0605cb21
commit daa7539dd0
No known key found for this signature in database
GPG Key ID: 7347E1FA47B16091

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