Review: Needs Information 1314 +import os 1315 + 1316 +from unittest import TestCase 1317 +from tempfile import mkstemp 1318 + 1319 +from openlp.core.lib import Settings 1320 + 1321 +from PyQt4 import QtGui, QtTest
Why the weird import order? 1335 + self.application.setOrganizationName(u'OpenLP-tests') 1336 + self.application.setOrganizationDomain(u'openlp.org') Is there a particular reason you need to set those two? -- https://code.launchpad.net/~trb143/openlp/settings_migration/+merge/149361 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

