openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19560
Re: [Merge] lp:~trb143/openlp/settings_migration into lp:openlp
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.
References