diff -r 449fd504a711 -r f68a105000be controls/TextCtrlAutoComplete.py --- a/controls/TextCtrlAutoComplete.py Sat Aug 19 00:04:33 2017 +0300 +++ b/controls/TextCtrlAutoComplete.py Sat Aug 19 00:11:12 2017 +0300 @@ -110,8 +110,8 @@ class TextCtrlAutoComplete(wx.TextCtrl): - def __init__ (self, parent, choices=None, dropDownClick=True, - element_path=None, **therest): + def __init__(self, parent, choices=None, dropDownClick=True, + element_path=None, **therest): """ Constructor works just like wx.TextCtrl except you can pass in a list of choices. You can also change the choice list at any time