wsgi: remove explicit monkey_patch() call

All module consumers already monkey_patch() stdlib thru dummy entry
points located in neutron/cmd/eventlet/... There is no need to patch it
here.

Change-Id: I8c747f166aeb903ee8e69b3076c447f4fd9bc495
This commit is contained in:
Ihar Hrachyshka 2015-02-19 12:58:17 +01:00
parent 10b3a5bc90
commit 252fe2b8e5
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ import sys
import time
import eventlet.wsgi
eventlet.patcher.monkey_patch(all=False, socket=True, thread=True)
from oslo_config import cfg
import oslo_i18n
from oslo_serialization import jsonutils