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. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

