2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-18 07:57:05 +01:00

Issue 1223

This commit is contained in:
Thomas Nagy 2013-06-05 00:18:55 +02:00
parent 251d27d5eb
commit a4cb0114aa

View File

@ -18,7 +18,6 @@ except ImportError:
try:
import threading
except ImportError:
_nocolor = 1
if not 'JOBS' in os.environ:
# no threading :-(
os.environ['JOBS'] = '1'