Merge "wsgi: remove explicit monkey_patch() call"

This commit is contained in:
Jenkins 2015-02-27 20:01:33 +00:00 committed by Gerrit Code Review
commit ee166eb5e5

@ -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