summaryrefslogtreecommitdiff
blob: 45be8cb07f8d5e63b8283149b61c42f8b0792dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/deps/v8/third_party/jinja2/tests.py
+++ b/deps/v8/third_party/jinja2/tests.py
@@ -10,7 +10,7 @@
 """
 import operator
 import re
-from collections import Mapping
+from collections.abc import Mapping
 from jinja2.runtime import Undefined
 from jinja2._compat import text_type, string_types, integer_types
 import decimal