From: Leonidas Poulopoulos Date: Thu, 7 Aug 2014 11:19:20 +0000 (+0300) Subject: Remove monkey patching. IT is done by gunicorn gevent X-Git-Tag: v1.1~11 X-Git-Url: https://code.grnet.gr/git/flowspy/commitdiff_plain/04a4a9989058f074a20f694d82774bcefaf1ca22?ds=sidebyside Remove monkey patching. IT is done by gunicorn gevent --- diff --git a/poller/views.py b/poller/views.py index 9a79211..47c6807 100644 --- a/poller/views.py +++ b/poller/views.py @@ -16,8 +16,6 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -from gevent import monkey -monkey.patch_all() from gevent.pool import Pool import gevent import json