aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pyasn1/py3/patches/fix-tests.sh
blob: 44329f146e3c1c7ca8a298b9316ec50fe41a951b (plain) (blame)
1
2
3
#!/bin.sh

find tests -type f -exec sed --in-place 's/from tests.base/from __tests__.base/g' '{}' ';'