From 3e8593e1b2e5c17c2e3f75da4d32df12fed5ee98 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 30 Jun 2014 14:33:41 -0700 Subject: [PATCH] Reenable mp_compile --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 97ff17d97..9341b93bb 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,9 @@ from distutils.command.build_ext import build_ext from distutils import sysconfig from setuptools import Extension, setup, find_packages +# monkey patch import hook. Even though flake8 says it's not used, it is. +# comment this out to disable multi threaded builds. +import mp_compile _IMAGING = ( "decode", "encode", "map", "display", "outline", "path")