diff -r c02818d7e29f -r 7e61baa047f0 controls/CustomEditableListBox.py --- a/controls/CustomEditableListBox.py Mon Aug 14 22:30:41 2017 +0300 +++ b/controls/CustomEditableListBox.py Mon Aug 14 23:27:15 2017 +0300 @@ -25,6 +25,7 @@ import wx import wx.gizmos + class CustomEditableListBox(wx.gizmos.EditableListBox): def __init__(self, *args, **kwargs):