]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
wsgi: remove explicit monkey_patch() call
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 19 Feb 2015 11:58:17 +0000 (12:58 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 24 Feb 2015 13:43:30 +0000 (14:43 +0100)
commit252fe2b8e563db9c5bb103585affaab199ec7136
tree9e6fba0da38285574f324b0321a5a3a2364cf927
parent10b3a5bc901c8b7a77f75a6b5a9ce2d0da6e5922
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
neutron/wsgi.py