diff -r 9554952d36d7 -r 6923074540dd controls/TextCtrlAutoComplete.py --- a/controls/TextCtrlAutoComplete.py Wed Oct 03 15:47:59 2018 +0300 +++ b/controls/TextCtrlAutoComplete.py Thu Oct 04 11:25:42 2018 +0300 @@ -24,7 +24,7 @@ from __future__ import absolute_import -import cPickle +from six.moves import cPickle import wx MAX_ITEM_COUNT = 10