Fix an erroneous import (probably PyCharm)

This commit is contained in:
Raoul Snyman 2015-01-11 17:18:17 +02:00
parent 0bb325fea7
commit 172f13b12e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ from unittest import TestCase
from openlp.core.ui import ThemeForm
from tests.interfaces import MagicMock, patch
from tests.functional import MagicMock, patch
class TestThemeManager(TestCase):