mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-27 23:27:11 +01:00
6 lines
96 B
Python
6 lines
96 B
Python
"""Global flags used by resmoke."""
|
|
|
|
import threading
|
|
|
|
HANG_ANALYZER_CALLED = threading.Event()
|