diff -r 69dfdb26f600 -r f9d32913bad4 controls/LocationCellEditor.py --- a/controls/LocationCellEditor.py Tue Aug 15 22:38:43 2017 +0300 +++ b/controls/LocationCellEditor.py Wed Aug 16 11:47:27 2017 +0300 @@ -97,7 +97,7 @@ dialog = wx.SingleChoiceDialog(self, _("Select a variable class:"), _("Variable class"), [_("Input"), _("Output"), _("Memory")], - wx.DEFAULT_DIALOG_STYLE|wx.OK|wx.CANCEL) + wx.DEFAULT_DIALOG_STYLE | wx.OK | wx.CANCEL) if dialog.ShowModal() == wx.ID_OK: selected = dialog.GetSelection() else: