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
Migrated issue, originally created by Anonymous
Thu Jan 11 19:38:52 JST 2007 davidsmith@acm.org
class TemplateLookup(TemplateCollection): def init(self, directories=None, module_directory=None, filesystem_checks=True, collection_size=-1, format_exceptions=False, error_handler=None, output_encoding=None, cache_type=None, cache_dir=None):
if isinstance(directories, basestring):
directories = [directories] self.directories = [posixpath.normpath(d) for d in directories or []] self.module_directory = module_directory self.filesystem_checks = filesystem_checks
Attachments: mako.templates.patch
The text was updated successfully, but these errors were encountered:
Michael Bayer (@zzzeek) wrote:
thanks, [changeset:184]
Changes by Michael Bayer (@zzzeek):
Successfully merging a pull request may close this issue.
Migrated issue, originally created by Anonymous
Thu Jan 11 19:38:52 JST 2007 davidsmith@acm.org
diff -rN -b -u old-mako/lib/mako/lookup.py new-mako/lib/mako/lookup.py
--- old-mako/lib/mako/lookup.py 2007-01-11 19:39:40.000000000 +0900
+++ new-mako/lib/mako/lookup.py 2007-01-11 19:39:40.000000000 +0900
@@ -38,6 +38,8 @@
class TemplateLookup(TemplateCollection):
def init(self, directories=None, module_directory=None, filesystem_checks=True, collection_size=-1, format_exceptions=False, error_handler=None, output_encoding=None, cache_type=None, cache_dir=None):
Attachments: mako.templates.patch
The text was updated successfully, but these errors were encountered: