Fixed saranwrap bug on 2.6; turns out the warning messed with the communication.

This commit is contained in:
Ryan Williams
2009-08-24 02:21:57 -07:00
parent 4c7b02b8d6
commit 24f91bde15

View File

@@ -17,6 +17,13 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# disable popen2-related warnings until we complete eventlet.green.subprocess
# because they break saranwrap
import warnings
warnings.filterwarnings(action = 'ignore',
message='.*popen2.*',
category=DeprecationWarning)
import errno
import os
import popen2