dialogs/SFCTransitionDialog.py
changeset 1847 6198190bc121
parent 1782 5b6ad7a7fd9d
child 1853 47a3f39bead0
--- a/dialogs/SFCTransitionDialog.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/dialogs/SFCTransitionDialog.py	Thu Oct 05 16:38:49 2017 +0300
@@ -196,7 +196,7 @@
         @param event: wx.RadioButtonEvent
         """
         # Refresh sensibility of control associated to transition types
-        for type, (radio, control) in self.TypeRadioButtons.iteritems():
+        for _type, (radio, control) in self.TypeRadioButtons.iteritems():
             if control is not None:
                 control.Enable(radio.GetValue())