fixed import order

This commit is contained in:
Andreas Preikschat 2013-02-16 13:33:54 +01:00
parent 9ecb575d5b
commit ce1d5b6539
1 changed files with 1 additions and 2 deletions

View File

@ -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):