IDEFrame.py
changeset 2431 6923074540dd
parent 2342 4ec6d6cd23ca
child 2432 dbc065a2f7a5
--- 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