We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_reference: moremoban/moban#302
No longer, the first parameter is a list of directories but an instance of fs.multifs.MultFS.
fs.multifs.MultFS
as the following:
class Engine(object): def __init__(self, template_fs, options=None): ```_
The text was updated successfully, but these errors were encountered:
without this update, moban-mako will not be compatible with moban 0.6.x +.
And a program endeavour is required to write a new template lookup using pyfilesystem 2 interface
https://github.com/sqlalchemy/mako/blob/master/mako/lookup.py
class PyfilesystemLookup(TemplateLookup): ...
Sorry, something went wrong.
@PrajwalM2212 any interests in updating it?
No branches or pull requests
_reference: moremoban/moban#302
No longer, the first parameter is a list of directories but an instance of
fs.multifs.MultFS
.as the following:
The text was updated successfully, but these errors were encountered: