aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/jmespath/py3/patches/01-fix-tests.patch
blob: 42d1697a934648cfa1c90eba5d227c0b8fee4a26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- contrib/python/jmespath/py3/tests/test_compliance.py	(index)
+++ contrib/python/jmespath/py3/tests/test_compliance.py	(working tree)
@@ -3,2 +3,2 @@
-from tests import OrderedDict
-from tests import json
+from . import OrderedDict
+from . import json
--- contrib/python/jmespath/py3/tests/test_parser.py	(index)
+++ contrib/python/jmespath/py3/tests/test_parser.py	(working tree)
@@ -6,1 +6,1 @@ import re
-from tests import unittest, OrderedDict
+from . import unittest, OrderedDict