Renamed fromTemplate to setFromTemplate.

This commit is contained in:
Markus Lampert
2017-09-13 11:08:54 -07:00
committed by wmayer
parent b70086feaa
commit ddec11cf24
4 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ class ToolController:
for t in template.iter(ToolControllerTemplate.Tool):
tool = Path.Tool()
tool.fromTemplate(xml.tostring(t))
tool.setFromTemplate(xml.tostring(t))
obj.Tool = tool
def templateAttrs(self, obj):