Fix an erroneous and unused import in a test.

This commit is contained in:
Raoul Snyman 2013-01-08 08:20:49 +02:00
parent da9f388c70
commit 6531224cec

View File

@ -3,7 +3,7 @@ Package to test the openlp.core.lib package.
"""
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