Also, there are various other bits and pieces of coding-style fixes.

No spaces between parent, = and None

        def __init__(self, parent = None):

Should be:

        def __init__(self, parent=None):

Even if it's not your code, please fix it when you see it.
-- 
https://code.launchpad.net/~trb143/openlp/bitsandbobs/+merge/13188
Your team OpenLP Core is subscribed to branch lp:openlp.

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to