Merge branch 'master' into terseus_imagedraw

This commit is contained in:
wiredfool 2014-06-30 14:36:10 -07:00
commit 088d3db216

View File

@ -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")