← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~mjthompson/openlp/opensong_import into lp:openlp

 

Please don't use 1 letter variable names.

for l in lyrics:

should rather be:

for line in lyrics:

or something else that makes more sense.
-- 
https://code.launchpad.net/~mjthompson/openlp/opensong_import/+merge/30047
Your team OpenLP Core is subscribed to branch lp:openlp.



References