Fix template loading paths in generate_extension.py
Review Request #8057 — Created March 14, 2016 and submitted
generate_extension wasn't possible (or at least not easy) to use from a
development installation, because it was usingjinja2.PackageLoader
to load
the templates. This change switches over to using theFileSystemLoader
.
Generated an extension.