summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/flags.py
blob: 6aff696166684848cf9b6ea4b379af99d9b58dcf (plain)
1
2
3
4
5
"""Global flags used by resmoke."""

import threading

HANG_ANALYZER_CALLED = threading.Event()