forked from openlp/openlp
fixed import order
This commit is contained in:
parent
9ecb575d5b
commit
ce1d5b6539
@ -4,11 +4,10 @@ Package to test the openlp.core.lib.screenlist package.
|
||||
import copy
|
||||
from unittest import TestCase
|
||||
|
||||
from mock import MagicMock
|
||||
from PyQt4 import QtGui, QtCore
|
||||
|
||||
from openlp.core.lib import ScreenList
|
||||
|
||||
from PyQt4 import QtGui, QtCore
|
||||
|
||||
class TestScreenList(TestCase):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user