Repository URL to install this package:
|
Version:
3.3.42 ▾
|
# Copyright 2018 TrilioData Inc.
# All Rights Reserved.
import eventlet
from nova import debugger
if debugger.enabled():
# turn off thread patching to enable the remote debugger
eventlet.monkey_patch(os=False, thread=False)
else:
eventlet.monkey_patch(os=False)