Update evenlet monkey patch flags.

Fixes bug 1088385

Change-Id: I1da88b1c225ac73f45aef08b3ddbf6cd98a50568
This commit is contained in:
Gary Kotton 2012-12-10 08:10:20 +00:00
parent 2e043a5a78
commit 6cb4b04406
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# under the License.
import eventlet
eventlet.monkey_patch(os=False)
eventlet.monkey_patch()
import os
import sys