mirror of
https://github.com/Insality/druid.git
synced 2025-11-27 11:20:52 +01: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