SIP version 2 rewrite broke automated test (Bug #1094346)

bzr-revno: 2143
Fixes: https://launchpad.net/bugs/1094346
This commit is contained in:
Raoul Snyman 2013-01-15 22:05:17 +01:00 committed by Andreas Preikschat
commit 6ad518fa30
1 changed files with 1 additions and 1 deletions

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