forked from openlp/openlp
Actually run the function, ID10T
This commit is contained in:
parent
8fa9bdcf58
commit
d9e2994deb
@ -27,7 +27,7 @@ from unittest.mock import MagicMock, patch
|
||||
|
||||
from openlp.core.common import is_linux
|
||||
|
||||
if not is_linux:
|
||||
if not is_linux():
|
||||
raise SkipTest('Could not import OpenOfficeImport probably due to unavailability of uno')
|
||||
|
||||
from openlp.core.common.registry import Registry
|
||||
|
Loading…
Reference in New Issue
Block a user