File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88from jinja2 .environment import Environment
99
1010from tools .targets import TARGET_MAP
11- from project_generator .project import Project , ProjectTemplateInternal
11+ from project_generator .tools import tool
1212from project_generator .tools_supported import ToolsSupported
1313from project_generator .settings import ProjectSettings
1414from project_generator_definitions .definitions import ProGenDef
@@ -142,7 +142,7 @@ def grouped(sources):
142142 # we want to add this to our include dirs
143143 config_dir = os .path .dirname (config_header ) if config_header else []
144144
145- project_data = ProjectTemplateInternal . _get_project_template ()
145+ project_data = tool . get_tool_template ()
146146
147147 project_data ['target' ] = TARGET_MAP [self .target ].progen ['target' ]
148148 project_data ['source_paths' ] = self .get_source_paths ()
You can’t perform that action at this time.
0 commit comments