--- a/Preferences/ConfigurationPages/EditorAPIsPage.py Sun Nov 08 17:01:39 2015 +0100 +++ b/Preferences/ConfigurationPages/EditorAPIsPage.py Thu Nov 12 19:17:05 2015 +0100 @@ -165,7 +165,7 @@ """ crow = self.apiList.currentRow() if crow >= 0: - itm = self.apiList.takeItem(crow) + itm = self.apiList.takeItem(crow) # __IGNORE_WARNING__ del itm self.prepareApiButton.setEnabled(self.apiList.count() > 0)