--- a/Project/FiletypeAssociationDialog.py Sat Oct 12 17:31:40 2013 +0200 +++ b/Project/FiletypeAssociationDialog.py Sat Oct 12 18:25:29 2013 +0200 @@ -78,7 +78,8 @@ @param filetype file type of the entry (string) @return reference to the newly generated entry (QTreeWidgetItem) """ - itm = QTreeWidgetItem(self.filetypeAssociationList, [pattern, filetype]) + itm = QTreeWidgetItem( + self.filetypeAssociationList, [pattern, filetype]) return itm def on_filetypeAssociationList_currentItemChanged(self, itm, prevItm):