forked from openlp/openlp
SIP version 2 rewrite broke automated test (Bug #1094346)
bzr-revno: 2143 Fixes: https://launchpad.net/bugs/1094346
This commit is contained in:
commit
6ad518fa30
@ -3,7 +3,7 @@ Package to test the openlp.core.lib package.
|
|||||||
"""
|
"""
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
from mock import MagicMock, patch, call
|
from mock import MagicMock, patch
|
||||||
|
|
||||||
from openlp.core.lib import str_to_bool, translate, check_directory_exists, get_text_file_string
|
from openlp.core.lib import str_to_bool, translate, check_directory_exists, get_text_file_string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user