fixed import I just removed :/

This commit is contained in:
Andreas Preikschat 2013-02-16 13:42:25 +01:00
parent b76656420b
commit 479244fde2

View File

@ -4,6 +4,7 @@ Package to test the openlp.core.lib.screenlist package.
import copy import copy
from unittest import TestCase from unittest import TestCase
from mock import MagicMock
from PyQt4 import QtGui, QtCore from PyQt4 import QtGui, QtCore
from openlp.core.lib import ScreenList from openlp.core.lib import ScreenList