openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #02507
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