← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/bitsandbobs into lp:openlp

 

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.



References