Some minor PyLint cleanups

This commit is contained in:
Raoul Snyman 2013-03-13 22:44:06 +02:00
parent 4ec065e804
commit 211bd38bbf
3 changed files with 7 additions and 1 deletions

View File

@ -797,7 +797,7 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
"""
Free up autocompletion memory on dialog exit
"""
log.debug (u'SongEditForm.clearCaches')
log.debug(u'SongEditForm.clearCaches')
self.authors = []
self.themes = []
self.books = []

View File

@ -26,6 +26,9 @@
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
"""
This module contains the song book form
"""
from PyQt4 import QtGui

View File

@ -26,6 +26,9 @@
# with this program; if not, write to the Free Software Foundation, Inc., 59 #
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
"""
This module contains the topic edit form.
"""
from PyQt4 import QtGui