Is there an alternative to pystache or MustacheRen...
# general
b
Is there an alternative to pystache or MustacheRenderer in pants 2.11? I've got two plugins that used pystache for templating and creating files based off targets passed in.
h
Hi! What do you mean? I'm not following how Pants relates to Pystache and MustacheRenderer
b
A couple of plugins used to have this import statement, which doesn't work anymore.
from pants.base.mustache import MustacheRenderer
And after I added pystache to my global build file to try and get around the fact that the library was removed from pants , the pants goal registration fails to locate pystache module
h
Oh, add to
[GLOBAL].plugins
option
b
Bookmarked that page, I tried searching for a bit and unfortunately didn't see this page. That got me past the pystache hurdle, thanks!
❤️ 1