Fix typo in templateClassPyExport.py [skip ci]
This commit is contained in:
@@ -36,7 +36,7 @@ class TemplateClassPyExport (template.ModelTemplate):
|
||||
#file.write( generateBase.generateTools.replace(self.Template,locals()))
|
||||
|
||||
TemplateHeader = """
|
||||
// This file is generated by src/Tools/generateTemaplates/templateClassPyExport.py out of the XML file
|
||||
// This file is generated by src/Tools/generateTemplates/templateClassPyExport.py out of the XML file
|
||||
// Every change you make here gets lost in the next full rebuild!
|
||||
#ifndef @self.export.Namespace.upper().replace("::", "_")@_@self.export.Name.upper()@_H
|
||||
#define @self.export.Namespace.upper().replace("::", "_")@_@self.export.Name.upper()@_H
|
||||
@@ -267,7 +267,7 @@ public:
|
||||
"""
|
||||
|
||||
TemplateModule = """
|
||||
// This file is generated by src/Tools/generateTemaplates/templateClassPyExport.py out of the .XML file
|
||||
// This file is generated by src/Tools/generateTemplates/templateClassPyExport.py out of the .XML file
|
||||
// Every change you make here gets lost in the next full rebuild!
|
||||
// This File is normally built as an include in @self.export.Name@Imp.cpp! It's not intended to be in a project!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user