Gui: Remove XML binding files.

This commit is contained in:
Joao Matos
2025-03-24 18:05:35 +00:00
committed by Benjamin Nauck
parent c5cbb864d8
commit 8a934297dc
15 changed files with 17 additions and 1453 deletions

View File

@@ -37,7 +37,7 @@ def compareFiles(file1, file2):
class TemplateClassPyExport(template.ModelTemplate):
# TODO: This is temporary, once all XML files are migrated, this can be removed.
def getPath(self, path):
if self.is_python and not self.export.ModuleName in ["Base", "App"]:
if self.is_python and not self.export.ModuleName in ["Base", "App", "Gui"]:
root, ext = os.path.splitext(path)
return f"{root}_{ext}"
return path