diff -r 1b59c4ba121e -r 8cd4d08fa9f6 ViewManager/BookmarkedFilesDialog.py --- a/ViewManager/BookmarkedFilesDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/ViewManager/BookmarkedFilesDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -17,11 +17,12 @@ import Utilities + class BookmarkedFilesDialog(QDialog, Ui_BookmarkedFilesDialog): """ Class implementing a configuration dialog for the bookmarked files menu. """ - def __init__(self, bookmarks, parent = None): + def __init__(self, bookmarks, parent=None): """ Constructor @@ -171,7 +172,7 @@ def getBookmarkedFiles(self): """ - Public method to retrieve the tools list. + Public method to retrieve the tools list. @return a list of filenames (list of strings) """