Actually run the function, ID10T

This commit is contained in:
Raoul Snyman 2017-11-30 15:29:41 -07:00
parent 8fa9bdcf58
commit d9e2994deb
1 changed files with 1 additions and 1 deletions

View File

@ -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