blob: f18613f39ff8ca2af96e4dee70802dd01e6a3112 (
plain) (
blame)
1
2
3
4
5
6
|
--- contrib/python/multidict/tests/test_pickle.py (index)
+++ contrib/python/multidict/tests/test_pickle.py (working tree)
@@ -6 +6,2 @@ import pytest
-here = Path(__file__).resolve().parent
+import yatest.common as yc
+here = Path(yc.source_path(__file__)).resolve().parent
|