← Back to team overview

openlp-core team mailing list archive

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

 

And please guys, no getters and setters, this isn't Java.

def set_ccli_number(self, cclino):
    """
    Set the ccli number
    """
    self.ccli_number = cclino

importer.set_ccli_number(12345)

Should be:

importer.ccli_number = 12345
-- 
https://code.launchpad.net/~mjthompson/openlp/opensong_import/+merge/29927
Your team OpenLP Core is subscribed to branch lp:openlp.



References