##// END OF EJS Templates
check that PIL can save JPEG to BytesIO...
check that PIL can save JPEG to BytesIO as far as I can tell, this is a bug in PIL that is fixed in Pillow.

File last commit:

r13347:54891794
r15684:22fc4193
Show More
__init__.py
4 lines | 86 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from ._jsonschema import *