Preferences/ConfigurationPages/EditorAPIsPage.py

changeset 4554
f3428ddd577c
parent 4021
195a471c327b
child 4575
464a6b049f89
--- 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)
         

eric ide

mercurial