diff options
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r-- | testsuite/driver/testlib.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index 79d504a845..849996d5f4 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -14,7 +14,8 @@ import copy import glob import sys from math import ceil, trunc -from pathlib import Path, PurePath +from pathlib import PurePath +from testutil import Path import collections import subprocess @@ -39,6 +40,7 @@ if config.use_threads: global wantToStop wantToStop = False + # I have no idea what the type of this is global thisdir_settings thisdir_settings = None # type: ignore |