Revert "Enable eventlet monkey patching for MySQLdb driver"

This reverts commit 89f98b7659.

Change-Id: I88471b5ff1d7159aed14dc9923c670b931c36ff8
This commit is contained in:
Renat Akhmerov 2017-10-16 07:02:34 +00:00
parent 89f98b7659
commit eeed0730d7
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ eventlet.monkey_patch(
select=True,
socket=True,
thread=False if '--use-debugger' in sys.argv else True,
time=True,
MySQLdb=True)
time=True)
import os