← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~orangeshirt/openlp/bibles into lp:openlp

 

Instead creating the BibleStrings class you could create a dict. If I interprete it right, in line 231 a whole instance of BibleStrings is created over and over again just to take one value.
With one (in openlp/plugins/bibles/lib/__init__.py) you need not more than one instance, and you do not have to make such replacements(184ff, 228ff), as keys in docts may contain any string.
-- 
https://code.launchpad.net/~orangeshirt/openlp/bibles/+merge/95156
Your team OpenLP Core is requested to review the proposed merge of lp:~orangeshirt/openlp/bibles into lp:openlp.


Follow ups

References