0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-27 23:27:11 +01:00
mongodb/buildscripts/resmokelib/flags.py

6 lines
96 B
Python

"""Global flags used by resmoke."""
import threading
HANG_ANALYZER_CALLED = threading.Event()