##// END OF EJS Templates
templater: extract template loader to separate class...
templater: extract template loader to separate class This avoids reference cycle in the subsequent patch: templater -> _proc -> templater.load -> templater The templater class will be a thin wrapper around the loader and the engine.
Yuya Nishihara -
r38457:f7923794 default
Show More