Skip to content

Commit 18820bf

Browse files
targosdanielleadams
authored andcommitted
tools: patch jinja2 for Python 3.10 compat
PR-URL: #40296Fixes: #40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 947f3dc commit 18820bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tools/inspector_protocol/jinja2/tests.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111
importoperator
1212
importre
13-
fromcollectionsimportMapping
13+
fromcollections.abcimportMapping
1414
fromjinja2.runtimeimportUndefined
1515
fromjinja2._compatimporttext_type, string_types, integer_types
1616
importdecimal

0 commit comments

Comments
 (0)