6 lines
96 B
Python
6 lines
96 B
Python
|
|
"""Global flags used by resmoke."""
|
||
|
|
|
||
|
|
import threading
|
||
|
|
|
||
|
|
HANG_ANALYZER_CALLED = threading.Event()
|