lpcmanager

Moving more imports to where thy should be.
revamp
2018-02-05, Edouard Tisserant
3731d5792801
Parents 1d0ab360af8a
Children a5bf111fe358
Moving more imports to where thy should be.
--- a/LPCBeremiz.py Mon Feb 05 14:01:42 2018 +0100
+++ b/LPCBeremiz.py Mon Feb 05 14:03:30 2018 +0100
@@ -1,10 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import wx
-from BeremizIDE import Beremiz
+from BeremizIDE import *
from VariableExporter import VariableWriter
-
# XXX TODO : strip dead code. document.
lpcberemiz_cmd = None
@@ -13,6 +12,7 @@
SCROLLBAR_UNIT = 10
ID_EXPORT = 7500
+
class LPCBeremiz(Beremiz):
def _init_coll_FileMenu_Items(self, parent):
config = wx.ConfigBase.Get()
--- a/LPCProjectController.py Mon Feb 05 14:01:42 2018 +0100
+++ b/LPCProjectController.py Mon Feb 05 14:03:30 2018 +0100
@@ -5,6 +5,7 @@
import shutil
import zipfile
import tempfile
+from ProjectController import ProjectController
def mycopytree(src, dst):
"""