changeset 51859 | f4733654f144 |
parent 51727 | 92845af308b4 |
child 52643 | 5cc8deb96b48 |
51858:607e94e01851 | 51859:f4733654f144 |
---|---|
37 |
37 |
38 # whether to skip config or env change checks |
38 # whether to skip config or env change checks |
39 skiphash = False |
39 skiphash = False |
40 """ |
40 """ |
41 |
41 |
42 from __future__ import annotations |
|
42 |
43 |
43 import inspect |
44 import inspect |
44 import os |
45 import os |
45 import re |
46 import re |
46 import socket |
47 import socket |