Base: Remove XML binding files.

This commit is contained in:
tritao
2025-03-16 12:55:12 +00:00
committed by Chris Hennes
parent 09918fac13
commit b71d5fe684
15 changed files with 16 additions and 2166 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:
if self.is_python and not self.export.Namespace in ["Base"]:
root, ext = os.path.splitext(path)
return f"{root}_{ext}"
return path