mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Rename component template for autogenerate
This commit is contained in:
@@ -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 = ""
|
||||
|
Reference in New Issue
Block a user