summaryrefslogtreecommitdiff
path: root/util/ec3po/threadproc_shim.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/ec3po/threadproc_shim.py')
-rw-r--r--util/ec3po/threadproc_shim.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ec3po/threadproc_shim.py b/util/ec3po/threadproc_shim.py
index f76841dbf7..b468de1535 100644
--- a/util/ec3po/threadproc_shim.py
+++ b/util/ec3po/threadproc_shim.py
@@ -38,6 +38,7 @@ from threading import Thread as ThreadOrProcess
from six.moves.queue import Queue
+
# True if this module has ec3po using subprocesses, False if using threads.
USING_SUBPROCS = False