Merge "Monkey patching 'thread'."

This commit is contained in:
Jenkins 2012-06-20 23:07:48 +00:00 committed by Gerrit Code Review
commit d085f43875
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import json
import sys
import eventlet.wsgi
eventlet.patcher.monkey_patch(all=False, socket=True, time=True)
eventlet.patcher.monkey_patch(all=False, socket=True, time=True, thread=True)
import routes.middleware
import ssl
import webob.dec