diff -r 14b40afccd69 -r 6198190bc121 editors/DataTypeEditor.py --- a/editors/DataTypeEditor.py Tue Oct 03 16:31:31 2017 +0300 +++ b/editors/DataTypeEditor.py Thu Oct 05 16:38:49 2017 +0300 @@ -237,7 +237,7 @@ subrange_panel_sizer.AddWindow(self.SubrangeMinimum, 1, border=5, flag=wx.GROW | wx.ALL) - for i in xrange(2): + for dummy in xrange(2): subrange_panel_sizer.AddWindow(wx.Size(0, 0), 1) subrange_maximum_label = wx.StaticText(self.SubrangePanel,