diff -r 9554952d36d7 -r 6923074540dd BeremizIDE.py --- a/BeremizIDE.py Wed Oct 03 15:47:59 2018 +0300 +++ b/BeremizIDE.py Thu Oct 04 11:25:42 2018 +0300 @@ -35,7 +35,7 @@ from time import time as gettime from threading import Lock, Timer, currentThread -import cPickle +from six.moves import cPickle import wx.lib.buttons import wx.lib.statbmp import wx.stc