Rename component template for autogenerate

This commit is contained in:
Insality
2022-03-10 20:23:55 +02:00
parent 8256fc9d92
commit 70d4f0f1f8
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import sys
import deftree
current_filepath = os.path.abspath(os.path.dirname(__file__))
TEMPLATE_FILE = open(current_filepath + "/component_template.lua", "r")
TEMPLATE_FILE = open(current_filepath + "/component.lua_template", "r")
component_annotations = ""
component_functions = ""