mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 07:24:48 -06:00
[IMP] update dotfiles
This commit is contained in:
parent
24aab48b0e
commit
85a3e86d2d
@ -16,7 +16,7 @@ try:
|
||||
from jinja2.lexer import name_re as old_name_re
|
||||
from jinja2.sandbox import SandboxedEnvironment
|
||||
|
||||
name_re = re.compile(u"^%s$" % old_name_re.pattern)
|
||||
name_re = re.compile("^%s$" % old_name_re.pattern)
|
||||
|
||||
class Context(SandboxedEnvironment.context_class):
|
||||
def resolve(self, key):
|
||||
|
Loading…
Reference in New Issue
Block a user