diff -r b789b695b5c6 -r dd94b9a68c61 BeremizIDE.py --- a/BeremizIDE.py Tue Aug 15 15:50:30 2017 +0300 +++ b/BeremizIDE.py Tue Aug 15 16:01:18 2017 +0300 @@ -41,8 +41,6 @@ def Bpath(*args): return os.path.join(beremiz_dir, *args) - - import wx.lib.buttons import wx.lib.statbmp import wx.stc @@ -398,7 +396,6 @@ # found here. os.environ["PATH"] = os.getcwd()+';'+os.environ["PATH"] - def __init__(self, parent, projectOpen=None, buildpath=None, ctr=None, debug=True): # Add beremiz's icon in top left corner of the frame self.icon = wx.Icon(Bpath("images", "brz.ico"), wx.BITMAP_TYPE_ICO)