diff -r 9554952d36d7 -r 6923074540dd IDEFrame.py --- a/IDEFrame.py Wed Oct 03 15:47:59 2018 +0300 +++ b/IDEFrame.py Thu Oct 04 11:25:42 2018 +0300 @@ -24,13 +24,13 @@ from __future__ import absolute_import import sys -import cPickle from types import TupleType import base64 import wx import wx.grid import wx.aui +from six.moves import cPickle from editors.EditorPanel import EditorPanel from editors.SFCViewer import SFC_Viewer