# HG changeset patch # User Edouard Tisserant # Date 1631564594 -7200 # Node ID 88dbdebd10fccb09ba97c186029fbbff4e4b4fd5 # Parent 0d86fd9691ec7ab08d9710fe68d81ac469e9f0bd IDE: Add a "Tutorials and Examples" sub menu to "File" menu to directly open projects in /exemples directory. Move 'python' and 'first_steps' projecvts from /tests to /exemple diff -r 0d86fd9691ec -r 88dbdebd10fc .hgignore --- a/.hgignore Mon Sep 13 17:57:47 2021 +0200 +++ b/.hgignore Mon Sep 13 22:23:14 2021 +0200 @@ -9,6 +9,7 @@ syntax: regexp ^tests/.*/build$ +^exemples/.*/build$ ^.idea/.* syntax: regexp ^.*\.pyc$ diff -r 0d86fd9691ec -r 88dbdebd10fc BeremizIDE.py --- a/BeremizIDE.py Mon Sep 13 17:57:47 2021 +0200 +++ b/BeremizIDE.py Mon Sep 13 22:23:14 2021 +0200 @@ -241,6 +241,7 @@ def _init_utils(self): self.ConfNodeMenu = wx.Menu(title='') self.RecentProjectsMenu = wx.Menu(title='') + self.TutorialsProjectsMenu = wx.Menu(title='') IDEFrame._init_utils(self) @@ -251,6 +252,28 @@ kind=wx.ITEM_NORMAL, text=_(u'Open') + '\tCTRL+O') parent.AppendMenu(ID_FILEMENURECENTPROJECTS, _("&Recent Projects"), self.RecentProjectsMenu) parent.AppendSeparator() + parent.Append(wx.ID_ANY, _("&Tutorials and Examples"), self.TutorialsProjectsMenu) + + exemples_dir = Bpath("exemples") + project_list = sorted(os.listdir(exemples_dir)) + + for idx, dirname in enumerate(project_list): + text = u'&%d: %s' % (idx + 1, dirname) + + item = self.TutorialsProjectsMenu.Append(wx.ID_ANY, text, '') + + projectpath = os.path.join(exemples_dir, dirname) + + def OpenExemple(event): + if self.CTR is not None and not self.CheckSaveBeforeClosing(): + return + + self.OpenProject(projectpath) + if not self.CTR.CheckProjectPathPerm(): + self.ResetView() + + self.Bind(wx.EVT_MENU, OpenExemple, item) + parent.AppendSeparator() AppendMenu(parent, help='', id=wx.ID_SAVE, kind=wx.ITEM_NORMAL, text=_(u'Save') + '\tCTRL+S') AppendMenu(parent, help='', id=wx.ID_SAVEAS, diff -r 0d86fd9691ec -r 88dbdebd10fc ConfigTreeNode.py --- a/ConfigTreeNode.py Mon Sep 13 17:57:47 2021 +0200 +++ b/ConfigTreeNode.py Mon Sep 13 22:23:14 2021 +0200 @@ -194,7 +194,7 @@ os.mkdir(self.CTNPath()) def CTNRequestSave(self, from_project_path=None): - if self.GetCTRoot().CheckProjectPathPerm(False): + if self.GetCTRoot().CheckProjectPathPerm(): # If confnode do not have corresponding directory ctnpath = self.CTNPath() if not os.path.isdir(ctnpath): diff -r 0d86fd9691ec -r 88dbdebd10fc ProjectController.py --- a/ProjectController.py Mon Sep 13 17:57:47 2021 +0200 +++ b/ProjectController.py Mon Sep 13 22:23:14 2021 +0200 @@ -402,7 +402,7 @@ return res # helper func to check project path write permission - def CheckProjectPathPerm(self, dosave=True): + def CheckProjectPathPerm(self): if CheckPathPerm(self.ProjectPath): return True if self.AppFrame is not None: @@ -577,7 +577,7 @@ return True def SaveProject(self, from_project_path=None): - if self.CheckProjectPathPerm(False): + if self.CheckProjectPathPerm(): if from_project_path is not None: old_projectfiles_path = self._getProjectFilesPath( from_project_path) diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/first_steps/beremiz.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/first_steps/beremiz.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,5 @@ + + + + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/first_steps/plc.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/first_steps/plc.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,1160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reset + + + + + + + Reset + + + + + + + Reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AVCnt + + + + + + + + + + + + + + Cnt1 + + + + + + + + + + + + + + Cnt2 + + + + + + + + + + + + + + Cnt3 + + + + + + + + + + + + + + Cnt4 + + + + + + + + + + + + + + Cnt5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reset + + + + + + + + + + + OUT + + + + + + + + + + + + + + + + Cnt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ResetCounterValue + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Out + + + + + + + + + + + + + + Cnt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ResetCounterValue + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reset + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/beremiz.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/beremiz.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,5 @@ + + + + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/c_code@c_ext/baseconfnode.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/c_code@c_ext/baseconfnode.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,2 @@ + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/c_code@c_ext/cfile.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/c_code@c_ext/cfile.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/c_code@c_ext/confnode.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/c_code@c_ext/confnode.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,2 @@ + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/plc.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/plc.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,1644 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '666' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pytest_var2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'sys.stdout.write("FBID :"+str(FBID)+"\n")' + + + + + + + 'PLCBinary.Simple_C_Call(5678)' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'MyPythonFunc(42)' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + pytest_var1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + mux1_sel + + + + + + + + + + + pytest_var3 + + + + + + + + + + + FromC + + + + + + + 23 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TestInput + + + + + + + + + + + TestOutput + + + + + + + + + + + FromInput + + + + + + + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test_BCD_RESULT + + + + + + + Test_BCD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test_DT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test_Date + + + + + + + + + + + Test_String + + + + + + + + + + + Test_Bool + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'True' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Global_RS.Q1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BOOL#TRUE + + + + + + + + + + + Global_RS.S + + + + + + + + + + + Global_RS.R1 + + + + + + + Global_RS.Q1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BOOL#FALSE + + + + + + + + + + + Test_TOD_STRING + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test_TOD + + + + + + + 42 + + + + + + + + + + + TOTO + + + + + + + + + + + + + TUTU + + + + + + + Second_Python_Var + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + fefvsd + + + + + + + + + + + fefvsd + + + + + + + + + + + + + mux2_sel + + + + + + + + + + + + + + + + + + + + + + + + + Test_BCD_WRONG + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test_BCD_WRONG_RESULT + + + + + + + + + + + + + + + + + Test_BCD_CONVERTED + + + + + + + + + + + + + + + + + + + Grumpf + + + + + + + BOOL#TRUE + + + + + + + Test_DT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test_Python_Var + + + + + + + 23 + + + + + + + + + + + + + + SomeVarName + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/py_ext_0@py_ext/baseconfnode.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/py_ext_0@py_ext/baseconfnode.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,2 @@ + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/py_ext_0@py_ext/pyfile.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/py_ext_0@py_ext/pyfile.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/python@py_ext/baseconfnode.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/python@py_ext/baseconfnode.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,2 @@ + + diff -r 0d86fd9691ec -r 88dbdebd10fc exemples/python/python@py_ext/pyfile.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exemples/python/python@py_ext/pyfile.xml Mon Sep 13 22:23:14 2021 +0200 @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + diff -r 0d86fd9691ec -r 88dbdebd10fc tests/first_steps/beremiz.xml --- a/tests/first_steps/beremiz.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ - - - - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/first_steps/plc.xml --- a/tests/first_steps/plc.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reset - - - - - - - Reset - - - - - - - Reset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AVCnt - - - - - - - - - - - - - - Cnt1 - - - - - - - - - - - - - - Cnt2 - - - - - - - - - - - - - - Cnt3 - - - - - - - - - - - - - - Cnt4 - - - - - - - - - - - - - - Cnt5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reset - - - - - - - - - - - OUT - - - - - - - - - - - - - - - - Cnt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ResetCounterValue - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Out - - - - - - - - - - - - - - Cnt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ResetCounterValue - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Reset - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/beremiz.xml --- a/tests/python/beremiz.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ - - - - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/c_code@c_ext/baseconfnode.xml --- a/tests/python/c_code@c_ext/baseconfnode.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/c_code@c_ext/cfile.xml --- a/tests/python/c_code@c_ext/cfile.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/c_code@c_ext/confnode.xml --- a/tests/python/c_code@c_ext/confnode.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/plc.xml --- a/tests/python/plc.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1644 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - '666' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pytest_var2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 'sys.stdout.write("FBID :"+str(FBID)+"\n")' - - - - - - - 'PLCBinary.Simple_C_Call(5678)' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 'MyPythonFunc(42)' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pytest_var1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - mux1_sel - - - - - - - - - - - pytest_var3 - - - - - - - - - - - FromC - - - - - - - 23 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TestInput - - - - - - - - - - - TestOutput - - - - - - - - - - - FromInput - - - - - - - 10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test_BCD_RESULT - - - - - - - Test_BCD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test_DT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test_Date - - - - - - - - - - - Test_String - - - - - - - - - - - Test_Bool - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 'True' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Global_RS.Q1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BOOL#TRUE - - - - - - - - - - - Global_RS.S - - - - - - - - - - - Global_RS.R1 - - - - - - - Global_RS.Q1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BOOL#FALSE - - - - - - - - - - - Test_TOD_STRING - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test_TOD - - - - - - - 42 - - - - - - - - - - - TOTO - - - - - - - - - - - - - TUTU - - - - - - - Second_Python_Var - - - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fefvsd - - - - - - - - - - - fefvsd - - - - - - - - - - - - - mux2_sel - - - - - - - - - - - - - - - - - - - - - - - - - Test_BCD_WRONG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test_BCD_WRONG_RESULT - - - - - - - - - - - - - - - - - Test_BCD_CONVERTED - - - - - - - - - - - - - - - - - - - Grumpf - - - - - - - BOOL#TRUE - - - - - - - Test_DT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test_Python_Var - - - - - - - 23 - - - - - - - - - - - - - - SomeVarName - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/py_ext_0@py_ext/baseconfnode.xml --- a/tests/python/py_ext_0@py_ext/baseconfnode.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/py_ext_0@py_ext/pyfile.xml --- a/tests/python/py_ext_0@py_ext/pyfile.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/python@py_ext/baseconfnode.xml --- a/tests/python/python@py_ext/baseconfnode.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ - - diff -r 0d86fd9691ec -r 88dbdebd10fc tests/python/python@py_ext/pyfile.xml --- a/tests/python/python@py_ext/pyfile.xml Mon Sep 13 17:57:47 2021 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - -