controls/TextCtrlAutoComplete.py
changeset 2431 6923074540dd
parent 1881 091005ec69c4
child 3303 0ffb41625592
--- 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