mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
[MIG] document_page_reference: Migrate to 14.0
[UPD] Update document_page_reference.pot [UPD] README.rst [IMP] update dotfiles
This commit is contained in:
committed by
Víctor Martínez
parent
bffc1158e3
commit
02303dbfe6
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user