← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~arjan-i/openlp/image_background_fix_trunk into lp:openlp

 

Review: Needs Fixing

7	import uuid
8	+from PyQt4 import QtCore, QtGui

You need an open line between those two (import statements should be grouped into core, 3rd party, application with a single blank line between each group).

Everything else looks fine.
-- 
https://code.launchpad.net/~arjan-i/openlp/image_background_fix_trunk/+merge/142662
Your team OpenLP Core is subscribed to branch lp:openlp.


References