← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol/openlp/clean-up into lp:openlp

 

Review: Needs Fixing

187   from openlp.core.lib import Registrytranslate

whoops, I think that's supposed to be "Registry, translate"


Just for future reference (and I know you didn't specifically do it):

    from openlp.core.lib import translate, Registry, Settings

Rather import classes first, then functions, like so:

    from openlp.core.lib import Registry, Settings, translate
-- 
https://code.launchpad.net/~googol/openlp/clean-up/+merge/146565
Your team OpenLP Core is subscribed to branch lp:openlp.


References