--- a/Helpviewer/OfflineStorage/WebDatabasesDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Helpviewer/OfflineStorage/WebDatabasesDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -18,11 +18,12 @@ import UI.PixmapCache + class WebDatabasesDialog(QDialog, Ui_WebDatabasesDialog): """ Class implementing a dialog to show all web databases. """ - def __init__(self, parent = None): + def __init__(self, parent=None): """ Constructor @@ -48,6 +49,6 @@ header = fm.width("m") * 30 self.databasesTree.header().resizeSection(0, header) self.databasesTree.model().sort( - self.databasesTree.header().sortIndicatorSection(), + self.databasesTree.header().sortIndicatorSection(), Qt.AscendingOrder) self.databasesTree.expandAll()