return self._load(srcfile, uri)
else:
raise exceptions.TopLevelLookupException(
"Cant locate template for uri %r" % uri)
def adjust_uri(self, uri, relativeto):
"""Adjust the given ``uri`` based on the given relative URI."""
key = (uri, relativeto)
/app/lazylibrarian/mako/lookup.py, line 259:
"Cant locate template for uri %r" % uri)
/app/lazylibrarian/lazylibrarian/webServe.py, line 97:
template = _hplookup.get_template(templatename)