From ad1f2a016fdb74e2e3b7950a24e36254e3a8b735 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 26 Jul 2010 12:48:05 -0700 Subject: [PATCH] Switching back to regular subprocess here. --- tests/patcher_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/patcher_test.py b/tests/patcher_test.py index 693df99..f409e86 100644 --- a/tests/patcher_test.py +++ b/tests/patcher_test.py @@ -1,6 +1,6 @@ import os import shutil -from eventlet.green import subprocess +import subprocess import sys import tempfile