summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/process/test_PopenProcessBlockingIO.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/process/test_PopenProcessBlockingIO.py')
-rw-r--r--pym/portage/tests/process/test_PopenProcessBlockingIO.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/tests/process/test_PopenProcessBlockingIO.py b/pym/portage/tests/process/test_PopenProcessBlockingIO.py
index 9cdad326d..9ee291a39 100644
--- a/pym/portage/tests/process/test_PopenProcessBlockingIO.py
+++ b/pym/portage/tests/process/test_PopenProcessBlockingIO.py
@@ -6,6 +6,7 @@ import subprocess
try:
import threading
except ImportError:
+ # dummy_threading will not suffice
threading = None
from portage import os