pep8 on wizard.py

This commit is contained in:
Ken Roberts 2014-10-08 13:04:50 -07:00
parent 06da940310
commit 1eee08ff6b
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class ConnectWelcomePage(ConnectBase):
self.setPixmap(QtGui.QWizard.BackgroundPixmap, QtGui.QPixmap(':/wizards/openlp-osx-wizard.png'))
else:
self.setPixmap(QtGui.QWizard.WatermarkPixmap,
QtGui.QPixmap(':/wizards/wizard_createprojector.png'))
QtGui.QPixmap(':/wizards/wizard_createprojector.png'))
self.setObjectName('welcome_page')
self.myButtons = [QtGui.QWizard.Stretch,
QtGui.QWizard.NextButton]